summaryrefslogtreecommitdiffstats
path: root/rules/ifplugd.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-07-15 21:07:03 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-07-15 21:07:03 +0000
commit009756e31910657db247d586fc6150afbbca5c52 (patch)
treed5eed448c8c0f7424c4aa0cd92961db18797a8e0 /rules/ifplugd.in
parent26b50fc11cfb7e07dde8a54ed169937041047f12 (diff)
downloadptxdist-009756e31910657db247d586fc6150afbbca5c52.tar.gz
ptxdist-009756e31910657db247d586fc6150afbbca5c52.tar.xz
Add ifplugd packet.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7239 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ifplugd.in')
-rw-r--r--rules/ifplugd.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/ifplugd.in b/rules/ifplugd.in
new file mode 100644
index 000000000..17c3e9556
--- /dev/null
+++ b/rules/ifplugd.in
@@ -0,0 +1,15 @@
+menuconfig IFPLUGD
+ bool
+ prompt "ifplugd "
+ select LIBDAEMON
+ help
+ ifplugd is a Linux daemon which will automatically configure your
+ ethernet device when a cable is plugged in and automatically
+ unconfigure it if the cable is pulled.
+
+config IFPLUGD_STATUS
+ bool
+ depends on IFPLUGD
+ prompt "Install ifplugstatus"
+ help
+ ifplugstatus is a small utility showing link beat status.