X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bbe718534f63fcffe145409867ce22eacbd3734e..307a2411d4704fa3a975cd0f5787ff7267f3ed61:/openwrt/package/shfs/Config.in diff --git a/openwrt/package/shfs/Config.in b/openwrt/package/shfs/Config.in index a6b50935c..935429a46 100644 --- a/openwrt/package/shfs/Config.in +++ b/openwrt/package/shfs/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_SHFS - tristate "shfs (SHell FileSystem kernel module and utilities)" + bool "shfs" default n help ShFS is a simple and easy to use Linux kernel module which @@ -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 + +