mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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>
8 lines
275 B
Plaintext
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.
|