diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-05 10:45:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-05 10:45:42 +0000 |
commit | 10bf469a2e9c374dd2cce72d56e41e769ccf618b (patch) | |
tree | d0ea0b18114ce5c591451e6a684794d8d8b32821 /meta | |
parent | e57146c8b18f0e6af4938165f58e4a6645ae062d (diff) | |
download | openembedded-core-10bf469a2e9c374dd2cce72d56e41e769ccf618b.tar.gz openembedded-core-10bf469a2e9c374dd2cce72d56e41e769ccf618b.tar.bz2 openembedded-core-10bf469a2e9c374dd2cce72d56e41e769ccf618b.zip |
linux-rp 2.6.22: enable hostap and other 802.11 drivers for c7x0 and akita (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2696 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.22/defconfig-akita | 1 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.22/defconfig-c7x0 | 2 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.22.bb | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.22/defconfig-akita b/meta/packages/linux/linux-rp-2.6.22/defconfig-akita index edeaa414db..dd8cb8558f 100644 --- a/meta/packages/linux/linux-rp-2.6.22/defconfig-akita +++ b/meta/packages/linux/linux-rp-2.6.22/defconfig-akita @@ -743,6 +743,7 @@ CONFIG_NET_RADIO=y # # Wireless 802.11b ISA/PCI cards support # +CONFIG_WLAN_80211=y CONFIG_HERMES=m # CONFIG_ATMEL is not set diff --git a/meta/packages/linux/linux-rp-2.6.22/defconfig-c7x0 b/meta/packages/linux/linux-rp-2.6.22/defconfig-c7x0 index c644187e96..d9b3e2b93f 100644 --- a/meta/packages/linux/linux-rp-2.6.22/defconfig-c7x0 +++ b/meta/packages/linux/linux-rp-2.6.22/defconfig-c7x0 @@ -757,6 +757,7 @@ CONFIG_NET_RADIO=y # # Wireless 802.11b ISA/PCI cards support # +CONFIG_WLAN_80211=y CONFIG_HERMES=m # CONFIG_ATMEL is not set @@ -772,7 +773,6 @@ CONFIG_HOSTAP=m CONFIG_HOSTAP_FIRMWARE=y # CONFIG_HOSTAP_FIRMWARE_NVRAM is not set CONFIG_HOSTAP_CS=m -CONFIG_NET_WIRELESS=y # # PCMCIA network device support diff --git a/meta/packages/linux/linux-rp_2.6.22.bb b/meta/packages/linux/linux-rp_2.6.22.bb index 03eca283b4..b36189d9fb 100644 --- a/meta/packages/linux/linux-rp_2.6.22.bb +++ b/meta/packages/linux/linux-rp_2.6.22.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r8" +PR = "r9" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |