busybox: add back support for top-level menuconfig based config overrides (can be...
[openwrt.git] / package / utils / busybox / Config.in
index 5e3a840..c7532fd 100644 (file)
@@ -1,6 +1,6 @@
-
 if PACKAGE_busybox
 
-source "package/utils/busybox/config/Config.in"
+config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS
+       bool "Enable NFS mount support"
 
 endif