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/hostap | |
| 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/hostap')
| -rw-r--r-- | openwrt/target/linux/package/hostap/Config.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/openwrt/target/linux/package/hostap/Config.in b/openwrt/target/linux/package/hostap/Config.in index 539e943..56286b4 100644 --- a/openwrt/target/linux/package/hostap/Config.in +++ b/openwrt/target/linux/package/hostap/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_KMOD_HOSTAP - prompt "kmod-hostap - Host AP support for Prism2/2.5/3 IEEE 802.11b" - tristate + tristate "kmod-hostap.................... Host AP support for Prism2/2.5/3 IEEE 802.11b" default m if CONFIG_DEVEL help A driver for 802.11b wireless cards based on Intersil Prism2/2.5/3 @@ -17,8 +16,7 @@ config BR2_PACKAGE_KMOD_HOSTAP config BR2_PACKAGE_KMOD_HOSTAP_PCI - prompt "kmod-hostap-pci - Host AP driver for Prism2.5 PCI adaptors" - tristate + tristate "kmod-hostap-pci.............. Host AP driver for Prism2.5 PCI adaptors" default m if CONFIG_DEVEL depends BR2_PACKAGE_KMOD_HOSTAP help @@ -32,8 +30,7 @@ config BR2_PACKAGE_KMOD_HOSTAP_PCI config BR2_PACKAGE_KMOD_HOSTAP_PLX - prompt "kmod-hostap-plx - Host AP driver for Prism2/2.5/3 in PLX9052 based PCI adaptors" - tristate + tristate "kmod-hostap-plx.............. Host AP driver for Prism2/2.5/3 in PLX9052 based PCI adaptors" default m if CONFIG_DEVEL depends BR2_PACKAGE_KMOD_HOSTAP help |
