fix BR2_ and CONFIG_ issues
[openwrt.git] / target / linux / package / fuse / Config.in
index 8fbb34c..d512295 100644 (file)
@@ -1,7 +1,7 @@
-config BR2_PACKAGE_KMOD_FUSE
+config PACKAGE_KMOD_FUSE
        prompt "kmod-fuse......................... FUSE kernel module"
        tristate
-       default m if CONFIG_DEVEL
+       default m if DEVEL
        help
          With FUSE it is possible to implement a fully functional 
          filesystem in a userspace program.