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