disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git] / package / shfs / Config.in
index a6b5093..14b1fa3 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_SHFS
        tristate "shfs (SHell FileSystem kernel module and utilities)"
-       default n
+       default m if CONFIG_DEVEL
        help
          ShFS is a simple and easy to use Linux kernel module which 
          allows you to mount remote filesystems using a plain shell 
This page took 0.024484 seconds and 4 git commands to generate.