docker-engine: new package
[buildroot-gz.git] / package / ifplugd / Config.in
blobc4b5b5b9d1141eb6be1212a08b2c8f40c60c7401
1 config 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.
14           http://0pointer.de/lennart/projects/ifplugd/