1config BR2_PACKAGE_IFPLUGD 2 bool "ifplugd" 3 # libdaemon uses fork() 4 depends on BR2_USE_MMU 5 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 6 select BR2_PACKAGE_LIBDAEMON 7 help 8 Ifplugd is a daemon which will automatically configure your 9 ethernet device when a cable is plugged in and automatically 10 de-configure it if the cable is pulled out. This is useful 11 on laptops with onboard network adapters, since it will only 12 configure the interface when a cable is really connected. 13 14 http://0pointer.de/lennart/projects/ifplugd/ 15