package/ifupdown-scripts: allow use with a custom skeleton

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2017-07-02 16:35:52 +02:00 committed by Thomas Petazzoni
parent 5fb1b86782
commit ac41572e66

View File

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