summaryrefslogtreecommitdiffstats
path: root/rules/initmethod-systemd.in
blob: 07010b4c9781bbec8a3be21956e81c4df690ff2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=initmethod

if INITMETHOD_SYSTEMD

config INITMETHOD_SYSTEMD_IFUPDOWN
	bool
	select BUSYBOX_IFUPDOWN			if BUSYBOX
	select BUSYBOX_IFCONFIG			if BUSYBOX
	select BUSYBOX_FEATURE_IFUPDOWN_IP	if BUSYBOX
	prompt "install simple network service"
	help
	  Enable this to install services to handle networks with ifup/ifdown

endif