aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-17 20:37:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-17 20:37:27 +0000
commit691e7028cf14304ae1da88ea86faa094d7c8b963 (patch)
treeb0474dfb7dc8a726e4472e80d5bdb6b072aa5085 /package/utils/busybox/Config.in
parent000da8290388199f50090bba61ca83910f1f1f3b (diff)
downloadmaster-187ad058-691e7028cf14304ae1da88ea86faa094d7c8b963.tar.gz
master-187ad058-691e7028cf14304ae1da88ea86faa094d7c8b963.tar.bz2
master-187ad058-691e7028cf14304ae1da88ea86faa094d7c8b963.zip
busybox: add back support for top-level menuconfig based config overrides (can be used by custom packages to alter the config)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39125 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/busybox/Config.in')
-rw-r--r--package/utils/busybox/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Config.in b/package/utils/busybox/Config.in
index 9a8def66b9..c7532fdd82 100644
--- a/package/utils/busybox/Config.in
+++ b/package/utils/busybox/Config.in
@@ -1,6 +1,6 @@
if PACKAGE_busybox
-config BUSYBOX_ENABLE_NFS_MOUNT
+config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS
bool "Enable NFS mount support"
endif