aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-16 19:09:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-16 19:09:57 +0000
commit405b5c2b925d4e6342c364d12264a6a108d13ba7 (patch)
tree0e03014a052e5ada9a2fbf0053afe04f7c6e70fb /package/utils/busybox/Config.in
parentcc304329b3d2eca47330b31a0c810589bdc7a656 (diff)
downloadupstream-405b5c2b925d4e6342c364d12264a6a108d13ba7.tar.gz
upstream-405b5c2b925d4e6342c364d12264a6a108d13ba7.tar.bz2
upstream-405b5c2b925d4e6342c364d12264a6a108d13ba7.zip
busybox: remove busybox menuconfig from top level menuconfig
This will help with avoiding bogus bug reports caused by stale configs and bad cases of user tinkering :) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39106
Diffstat (limited to 'package/utils/busybox/Config.in')
-rw-r--r--package/utils/busybox/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/Config.in b/package/utils/busybox/Config.in
index 5e3a8406be..8420ef5e52 100644
--- a/package/utils/busybox/Config.in
+++ b/package/utils/busybox/Config.in
@@ -1,6 +1,6 @@
-
if PACKAGE_busybox
-source "package/utils/busybox/config/Config.in"
+config BUSYBOX_ENABLE_NFS_MOUNT
+ bool "Enable NFS mount support
endif