summaryrefslogtreecommitdiff
path: root/package/busybox/config/networking
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-11 13:38:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-11 13:38:29 +0100
commit6a4cdc3e116bc1534feca3b7a18973d7336c0719 (patch)
tree63fe98477c0eca7221f8de199e1723f6dd8aa81f /package/busybox/config/networking
parent6ff587c95ebabdd4162466a23e659b445979c802 (diff)
disable some applets by default
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r--package/busybox/config/networking/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index 9049edd92..27409a8ad 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -624,6 +624,12 @@ config BUSYBOX_FEATURE_NAMEIF_EXTENDED
new_interface_name mac=00:80:C8:38:91:B5
new_interface_name 00:80:C8:38:91:B5
+config NBDCLIENT
+ bool "nbd-client"
+ default n
+ help
+ Network block device client
+
config BUSYBOX_NC
bool "nc"
default y