summaryrefslogtreecommitdiffstats
path: root/rules/ifplugd.in
blob: 982084e73b213a7f699b8229ec4b0dbb3ebe688f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=networking
menuconfig IFPLUGD
	tristate
	prompt "ifplugd                       "
	select LIBDAEMON
	depends on !BUSYBOX_IFPLUGD || ALLYES
	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.

comment "busybox' ifplugd is selected"
	depends on BUSYBOX_IFPLUGD

if IFPLUGD

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