diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-17 20:37:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-17 20:37:27 +0000 |
commit | d2329f88f376e1e55d6d0377a27514681568a915 (patch) | |
tree | c0f680c26fd8ee2bb687e20d41f706c68cecacd1 /package/utils/busybox/Config.in | |
parent | 5c2aee90acc78d273d96a5f3126537257757fef7 (diff) | |
download | upstream-d2329f88f376e1e55d6d0377a27514681568a915.tar.gz upstream-d2329f88f376e1e55d6d0377a27514681568a915.tar.bz2 upstream-d2329f88f376e1e55d6d0377a27514681568a915.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>
SVN-Revision: 39125
Diffstat (limited to 'package/utils/busybox/Config.in')
-rw-r--r-- | package/utils/busybox/Config.in | 2 |
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 |