The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ifplugd / Config.in
1 config BR2_PACKAGE_IFPLUGD
2         bool "ifplugd"
3         # libdaemon uses fork()
4         depends on BR2_USE_MMU
5         select BR2_PACKAGE_LIBDAEMON
6         help
7           Ifplugd is a daemon which will automatically configure your
8           ethernet device when a cable is plugged in and automatically
9           de-configure it if the cable is pulled out. This is useful
10           on laptops with onboard network adapters, since it will only
11           configure the interface when a cable is really connected.
12
13           http://0pointer.de/lennart/projects/ifplugd/