1 config BR2_PACKAGE_IFPLUGD
3 # libdaemon uses fork()
5 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6 select BR2_PACKAGE_LIBDAEMON
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.
14 http://0pointer.de/lennart/projects/ifplugd/