diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-05-31 07:28:12 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-05-31 07:28:12 +0000 |
commit | bfb1e1e9f1d942b27a11e5825e0bbe3ca01614fe (patch) | |
tree | 79751e55dfb62dd5910afb3dac8dc3f1413d647e /package/ifplugd/Config.in | |
parent | babe5b0486e414a3c4d999cabc04f0b78f03303e (diff) |
package: ifplugd package
Diffstat (limited to 'package/ifplugd/Config.in')
-rw-r--r-- | package/ifplugd/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ifplugd/Config.in b/package/ifplugd/Config.in new file mode 100644 index 000000000..cfa522b32 --- /dev/null +++ b/package/ifplugd/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_IFPLUGD + bool "ifplugd" + default n + select BR2_PACKAGE_LIBDAEMON + help + Ifplugd is a daemon which will automatically configure your + ethernet device when a cable is plugged in and automatically + de-configure it if the cable is pulled out. This is useful + on laptops with onboard network adapters, since it will only + configure the interface when a cable is really connected. + + http://0pointer.de/lennart/projects/ifplugd/ |