summaryrefslogtreecommitdiffstats
path: root/rules/ifplugd.in
blob: 82cb652c3e7ce186fcb3d0593f2208f79c5d1da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 once the cable is pulled.

config IFPLUGD_STATUS
	bool
	depends on IFPLUGD
	prompt "Install ifplugstatus"
	help
	  ifplugstatus is a small utility showing link beat status.