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
commit39bb49bcf4f3f78c109e32d1c730925a5ab01778 (patch)
tree68ed83c001b049c6e38a70d3b15de9cfc54e43d2 /package/utils/busybox/Config.in
parenta4fcc050596281b664533ea8f44c70b7172ff8b9 (diff)
downloadmaster-187ad058-39bb49bcf4f3f78c109e32d1c730925a5ab01778.tar.gz
master-187ad058-39bb49bcf4f3f78c109e32d1c730925a5ab01778.tar.bz2
master-187ad058-39bb49bcf4f3f78c109e32d1c730925a5ab01778.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39106 3c298f89-4303-0410-b956-a3cf2f4a3e73
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