diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-19 06:37:37 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-19 06:37:37 +0000 |
commit | ca36585be494a1e01722f72c9acde313e99028c8 (patch) | |
tree | d9fdb856efad3f1030b04510a0e511df0345cedc /openwrt/package/shfs/Config.in | |
parent | a7d3d46037925a068e4a69474cfbcde10f0fdc47 (diff) | |
download | mtk-20170518-ca36585be494a1e01722f72c9acde313e99028c8.zip mtk-20170518-ca36585be494a1e01722f72c9acde313e99028c8.tar.gz mtk-20170518-ca36585be494a1e01722f72c9acde313e99028c8.tar.bz2 |
Change shfs, uniformize package makefile
SVN-Revision: 684
Diffstat (limited to 'openwrt/package/shfs/Config.in')
-rw-r--r-- | openwrt/package/shfs/Config.in | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/openwrt/package/shfs/Config.in b/openwrt/package/shfs/Config.in index 14b1fa3..935429a 100644 --- a/openwrt/package/shfs/Config.in +++ b/openwrt/package/shfs/Config.in @@ -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 + + |