buildroot/package/ifupdown-scripts/Config.in
Thomas Petazzoni 1610200e78 package/*/Config.in: fix property order warning of check-package
This commit fixes the ordering of the Config.in option properties, as
reported by check-package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-12-18 09:24:38 +01:00

8 lines
275 B
Plaintext

config BR2_PACKAGE_IFUPDOWN_SCRIPTS
bool "ifupdown scripts"
default y if BR2_ROOTFS_SKELETON_DEFAULT
depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
help
Set of scripts used by ifupdown (either the standalone one,
or the busybox one) to bring network up, or tear it down.