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