summaryrefslogtreecommitdiffstats
path: root/rules/ifplugd.in
blob: 92bf133c8d244c35579a98e7f1a2abfeadba2faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 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.

if IFPLUGD

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

endif

comment "busybox' ifplugd is selected"
	depends on BUSYBOX_IFPLUGD