1 config BR2_PACKAGE_IFUPDOWN
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # iproute2
5 # Default/our uclibc lacks wordexp()
6 depends on !BR2_TOOLCHAIN_USES_UCLIBC
7 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
8 # runtime for ip binary
9 select BR2_PACKAGE_IPROUTE2 if !BR2_PACKAGE_BUSYBOX
10 # runtime for run-parts
11 select BR2_PACKAGE_DEBIANUTILS if !BR2_PACKAGE_BUSYBOX
13 High level tools to configure network interfaces.
15 https://tracker.debian.org/pkg/ifupdown
17 comment "ifupdown needs a glibc or musl toolchain w/ headers >= 3.0"
18 depends on BR2_USE_MMU
19 depends on BR2_TOOLCHAIN_USES_UCLIBC || \
20 !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
21 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS