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/madwifi | |
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/madwifi')
-rw-r--r-- | openwrt/target/linux/package/madwifi/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/madwifi/Config.in b/openwrt/target/linux/package/madwifi/Config.in index ad7ef4a..c0e95be 100644 --- a/openwrt/target/linux/package/madwifi/Config.in +++ b/openwrt/target/linux/package/madwifi/Config.in @@ -1,5 +1,8 @@ config BR2_PACKAGE_KMOD_MADWIFI - tristate "kmod-madwifi................... Atheros Wifi driver" + prompt "kmod-madwifi...................... Atheros Wifi driver" + tristate default m if CONFIG_DEVEL help Driver for Atheros 802.11a/b/g MiniPCI cards + + http://www.madwifi.org/ |