summaryrefslogtreecommitdiff
path: root/openwrt/package/shfs
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
commitfd342b1ada887fea48427351a343f42562e04e8b (patch)
tree054175d34d46950baad630df40900e623391037a /openwrt/package/shfs
parent1262d7ac9bf20c8afbe5ee727aa9693bf2d71203 (diff)
downloadmtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.zip
mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.gz
mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.bz2
reorganize/rationalize/format package menuconfig, make updatedd modular
SVN-Revision: 2333
Diffstat (limited to 'openwrt/package/shfs')
-rw-r--r--openwrt/package/shfs/Config.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/openwrt/package/shfs/Config.in b/openwrt/package/shfs/Config.in
index a464a41..2ab0610 100644
--- a/openwrt/package/shfs/Config.in
+++ b/openwrt/package/shfs/Config.in
@@ -1,13 +1,13 @@
-config BR2_PACKAGE_SHFS
+config BR2_COMPILE_SHFS
bool
default n
depends BR2_PACKAGE_SHFS_UTILS
-
config BR2_PACKAGE_SHFS_UTILS
- select BR2_PACKAGE_KMOD_SHFS
- prompt "shfs-utils - ShFS mount/umount utilities"
+ prompt "shfs-utils........................ ShFS mount/umount utilities"
tristate
+ select BR2_COMPILE_SHFS
+ select BR2_PACKAGE_KMOD_SHFS
default m if CONFIG_DEVEL
help
ShFS is a simple and easy to use Linux kernel module which
@@ -29,5 +29,4 @@ config BR2_PACKAGE_SHFS_UTILS
http://shfs.sourceforge.net/
This package contains the shfs mount/umount utilities.
-