python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / package / ifupdown / Config.in
blobe68320173608243b5fc66a2ec023487fb69df3ac
1 config BR2_PACKAGE_IFUPDOWN
2         bool "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
12         help
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