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>
This commit is contained in:
Thomas Petazzoni
2017-12-18 09:24:38 +01:00
parent 2277fdeca8
commit 1610200e78
8 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
config BR2_PACKAGE_IFUPDOWN_SCRIPTS
bool "ifupdown scripts"
depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
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.