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 # runtime for ip binary
8 select BR2_PACKAGE_IPROUTE2 if !BR2_PACKAGE_BUSYBOX
9 # runtime for run-parts
10 select BR2_PACKAGE_DEBIANUTILS if !BR2_PACKAGE_BUSYBOX
12 High level tools to configure network interfaces.
14 https://tracker.debian.org/pkg/ifupdown
16 comment "ifupdown needs an (e)glibc or musl toolchain w/ headers >= 3.0"
17 depends on BR2_USE_MMU
18 depends on BR2_TOOLCHAIN_USES_UCLIBC || \
19 !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0