busybox: fix typo in Config.in (#14628)
[openwrt.git] / package / utils / busybox / Config.in
index 5e3a840..9a8def6 100644 (file)
@@ -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