diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-02 22:30:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-02 22:30:28 +0000 |
commit | 11474b14deae40ca06e8c1694afdccb76a8700c4 (patch) | |
tree | 27510f2f17f65235129930ff630835d2b3f7bc58 /openwrt/target/linux/package/shfs | |
parent | 1f4412a2f3d38e4d3a7237ea95622682ead46be1 (diff) | |
download | mtk-20170518-11474b14deae40ca06e8c1694afdccb76a8700c4.zip mtk-20170518-11474b14deae40ca06e8c1694afdccb76a8700c4.tar.gz mtk-20170518-11474b14deae40ca06e8c1694afdccb76a8700c4.tar.bz2 |
rework the kernel menuconfig, always use prompt to display config text instead of bool/tristate
SVN-Revision: 2315
Diffstat (limited to 'openwrt/target/linux/package/shfs')
-rw-r--r-- | openwrt/target/linux/package/shfs/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openwrt/target/linux/package/shfs/Config.in b/openwrt/target/linux/package/shfs/Config.in index 3718cd7..61bd54b 100644 --- a/openwrt/target/linux/package/shfs/Config.in +++ b/openwrt/target/linux/package/shfs/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_KMOD_SHFS - tristate "kmod-shfs...................... Shell FileSystem kernel module (ShFS) kernel module" + prompt "kmod-shfs......................... Shell FileSystem kernel module (ShFS) kernel module" + tristate default m if CONFIG_DEVEL help ShFS is a simple and easy to use Linux kernel module which @@ -19,5 +20,3 @@ config BR2_PACKAGE_KMOD_SHFS * persistent connection (reconnect after SSH dies) http://shfs.sourceforge.net/ - - This package contains the shfs.o kernel module. |