summaryrefslogtreecommitdiff
path: root/busybox-networking.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-21 11:41:08 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-21 11:41:08 +0100
commite8ec3763c8108ce2ed4cb1ed5e4247c496960b6f (patch)
treeceb139ab3d2938d2725e4c4c39be0ce7c6889c17 /busybox-networking.kconfig
parent5e75de66dcd5c135e4aa49e2d3e2222422294275 (diff)
downloadembtk-busybox-kconfigs-e8ec3763c8108ce2ed4cb1ed5e4247c496960b6f.tar.gz
embtk-busybox-kconfigs-e8ec3763c8108ce2ed4cb1ed5e4247c496960b6f.tar.bz2
embtk-busybox-kconfigs-e8ec3763c8108ce2ed4cb1ed5e4247c496960b6f.tar.xz
Fix menu usage for better embtk integration and fix remaining kconfig symbolsembtk-busybox-kconfigs-1.13.4
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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