diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-24 02:10:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-24 02:10:06 +0000 |
commit | 7134592e075b8b6b54b9f643dbdb1fc392d5e586 (patch) | |
tree | d0d4075301e25c4c967818344bbf165d1ee7ddcf /openwrt/target/linux/package/shfs | |
parent | 603cb340711ddeef6ba655602b6a17e1b34730a9 (diff) | |
download | mtk-20170518-7134592e075b8b6b54b9f643dbdb1fc392d5e586.zip mtk-20170518-7134592e075b8b6b54b9f643dbdb1fc392d5e586.tar.gz mtk-20170518-7134592e075b8b6b54b9f643dbdb1fc392d5e586.tar.bz2 |
continue massive kernel menuconfig reorganization
SVN-Revision: 2297
Diffstat (limited to 'openwrt/target/linux/package/shfs')
-rw-r--r-- | openwrt/target/linux/package/shfs/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/shfs/Config.in b/openwrt/target/linux/package/shfs/Config.in index 8d30c8c..3718cd7 100644 --- a/openwrt/target/linux/package/shfs/Config.in +++ b/openwrt/target/linux/package/shfs/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_KMOD_SHFS - prompt "kmod-shfs - Shell FileSystem kernel module (ShFS) kernel module" - tristate + tristate "kmod-shfs...................... Shell FileSystem kernel module (ShFS) kernel module" default m if CONFIG_DEVEL help ShFS is a simple and easy to use Linux kernel module which |