xref: /OK3568_Linux_fs/buildroot/package/ifupdown/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IFUPDOWN
2*4882a593Smuzhiyun	bool "ifupdown"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # iproute2
5*4882a593Smuzhiyun	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6*4882a593Smuzhiyun	# runtime for ip binary
7*4882a593Smuzhiyun	select BR2_PACKAGE_IPROUTE2 if !BR2_PACKAGE_BUSYBOX
8*4882a593Smuzhiyun	# runtime for run-parts
9*4882a593Smuzhiyun	select BR2_PACKAGE_DEBIANUTILS if !BR2_PACKAGE_BUSYBOX
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  High level tools to configure network interfaces.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://tracker.debian.org/pkg/ifupdown
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "ifupdown needs a toolchain w/ headers >= 3.4"
16*4882a593Smuzhiyun	depends on BR2_USE_MMU
17*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
18*4882a593Smuzhiyun	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
19