summaryrefslogtreecommitdiffstats
path: root/rules/ifplugd.in
blob: 7fd2fa67f8e1ce0ae7cb56e87f044209f690cea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=networking
menuconfig IFPLUGD
	tristate
	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.

if IFPLUGD

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