fix BR2_ and CONFIG_ issues
[openwrt/staging/chunkeey.git] / openwrt / target / linux / package / fuse / Config.in
index 8fbb34c079e111732a347b8fcf646c5c4de4c767..d51229522b090ca49eeed31a996ffaaa53b91a01 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.