Skip to content

Commit 82a3855

Browse files
committed
[ifupdown-scripts] Enable pacakge when ifupdown is enabled
1 parent d99440c commit 82a3855

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,7 @@ menu "Networking applications"
20652065
source "package/ifplugd/Config.in"
20662066
source "package/iftop/Config.in"
20672067
source "package/ifupdown/Config.in"
2068+
source "package/ifupdown-scripts/Config.in"
20682069
source "package/igd2-for-linux/Config.in"
20692070
source "package/igh-ethercat/Config.in"
20702071
source "package/igmpproxy/Config.in"

package/ifupdown-scripts/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ config BR2_PACKAGE_IFUPDOWN_SCRIPTS
22
bool "ifupdown scripts"
33
default y if BR2_ROOTFS_SKELETON_DEFAULT
44
depends on !BR2_PACKAGE_SYSTEMD_NETWORKD && !BR2_PACKAGE_OPENRC
5+
depends on BR2_PACKAGE_IFUPDOWN
56
help
67
Set of scripts used by ifupdown (either the standalone one,
78
or the busybox one) to bring network up, or tear it down.

0 commit comments

Comments
 (0)