summaryrefslogtreecommitdiff
path: root/package/ifplugd/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-05-31 07:28:12 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-05-31 07:28:12 +0000
commitbfb1e1e9f1d942b27a11e5825e0bbe3ca01614fe (patch)
tree79751e55dfb62dd5910afb3dac8dc3f1413d647e /package/ifplugd/Config.in
parentbabe5b0486e414a3c4d999cabc04f0b78f03303e (diff)
package: ifplugd package
Diffstat (limited to 'package/ifplugd/Config.in')
-rw-r--r--package/ifplugd/Config.in12
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/