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/fuse | |
| 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/fuse')
| -rw-r--r-- | openwrt/target/linux/package/fuse/Config.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/openwrt/target/linux/package/fuse/Config.in b/openwrt/target/linux/package/fuse/Config.in index 4e87aaa..8fbb34c 100644 --- a/openwrt/target/linux/package/fuse/Config.in +++ b/openwrt/target/linux/package/fuse/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_KMOD_FUSE - tristate "kmod-fuse...................... FUSE kernel module" + prompt "kmod-fuse......................... FUSE kernel module" + tristate default m if CONFIG_DEVEL - select BR2_PACKAGE_FUSE help With FUSE it is possible to implement a fully functional filesystem in a userspace program. @@ -16,7 +16,4 @@ config BR2_PACKAGE_KMOD_FUSE * Runs on Linux kernels 2.4.X and 2.6.X * Has proven very stable over time - http://fuse.sourceforge.net/ - - This package contains the fuse.o kernel module. |
