diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-11-04 11:13:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-04 11:13:10 +0000 |
commit | b3624220ab978b671236f61b2fb8507968a7ab1e (patch) | |
tree | 03d42977336c2b2e866d933e19f53ff83a38d84d /packages/linux/linux-openzaurus-2.6.14-git3/defconfig-poodle | |
parent | 084a35ea5f88411b8b63c4caf6acfa11a813e1ad (diff) |
linux-oz-2.6-git3: Update defconfigs to ensure pcmcia cf wifi modules get built. 2.6.14-rc1 could really use a similar update.
Diffstat (limited to 'packages/linux/linux-openzaurus-2.6.14-git3/defconfig-poodle')
-rw-r--r-- | packages/linux/linux-openzaurus-2.6.14-git3/defconfig-poodle | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus-2.6.14-git3/defconfig-poodle b/packages/linux/linux-openzaurus-2.6.14-git3/defconfig-poodle index a0810f8381..32464ac018 100644 --- a/packages/linux/linux-openzaurus-2.6.14-git3/defconfig-poodle +++ b/packages/linux/linux-openzaurus-2.6.14-git3/defconfig-poodle @@ -375,15 +375,20 @@ CONFIG_NET_RADIO=y # # Wireless 802.11b ISA/PCI cards support # -# CONFIG_HERMES is not set +CONFIG_HERMES=m # CONFIG_ATMEL is not set # # Wireless 802.11b Pcmcia/Cardbus cards support # +CONFIG_PCMCIA_HERMES=m +CONFIG_PCMCIA_SPECTRUM=m # CONFIG_AIRO_CS is not set # CONFIG_PCMCIA_WL3501 is not set -CONFIG_NET_WIRELESS=y +CONFIG_HOSTAP=m +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_CS=m +CONFIG_NET_WIRELESS=yt # # PCMCIA network device support |