mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user