summaryrefslogtreecommitdiff
path: root/busybox-networking.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-networking.kconfig')
-rw-r--r--busybox-networking.kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/busybox-networking.kconfig b/busybox-networking.kconfig
index 911d5eb..1f966e3 100644
--- a/busybox-networking.kconfig
+++ b/busybox-networking.kconfig
@@ -3,7 +3,9 @@
# see scripts/kbuild/config-language.txt.
#
-menu "Networking Utilities"
+comment "-------------------------------------------------"
+comment "----- Networking Utilities"
+comment "-------------------------------------------------"
config KEMBTK_BUSYB_FEATURE_IPV6
bool "Enable KEMBTK_BUSYB_IPv6 support"
@@ -318,7 +320,7 @@ config KEMBTK_BUSYB_FEATURE_IFUPDOWN_IP_BUILTIN
config KEMBTK_BUSYB_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
bool "Use busybox ifconfig and route applets"
default y
- depends on KEMBTK_BUSYB_IFUPDOWN && !FEATURE_IFUPDOWN_IP
+ depends on KEMBTK_BUSYB_IFUPDOWN && !KEMBTK_BUSYB_FEATURE_IFUPDOWN_IP
select KEMBTK_BUSYB_IFCONFIG
select KEMBTK_BUSYB_ROUTE
help
@@ -840,4 +842,3 @@ config KEMBTK_BUSYB_UDPSVD
udpsvd listens on an UDP port and runs a program for each new
connection.
-endmenu