Change shfs, uniformize package makefile
[openwrt/openwrt.git] / openwrt / package / shfs / Config.in
index 14b1fa37134a4e5fdfc5d41907b7a524649a0841..935429a46a8c0137013e53959d34844134c01ecd 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_SHFS
-       tristate "shfs (SHell FileSystem kernel module and utilities)"
-       default m if CONFIG_DEVEL
+       bool "shfs"
+       default n
        help
          ShFS is a simple and easy to use Linux kernel module which 
          allows you to mount remote filesystems using a plain shell 
@@ -22,3 +22,21 @@ config BR2_PACKAGE_SHFS
          http://shfs.sourceforge.net/
          
 
+config BR2_PACKAGE_KMOD_SHFS
+       depends BR2_PACKAGE_SHFS
+       tristate "kmod-shfs (ShFS kernel module)"
+       default n
+       help
+         
+         SHell FileSystem kernel module
+         
+
+config BR2_PACKAGE_SHFS_UTILS
+       depends BR2_PACKAGE_KMOD_SHFS
+       tristate "shfs-utils (ShFS mount/umount utilities)"
+       default m
+       help
+         
+         SHell FileSystem mount/umount utilities
+         
+