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 | |
parent | e57146c8b18f0e6af4938165f58e4a6645ae062d (diff) | |
download | poky-10bf469a2e9c374dd2cce72d56e41e769ccf618b.tar.gz |
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
-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 | |||
743 | # | 743 | # |
744 | # Wireless 802.11b ISA/PCI cards support | 744 | # Wireless 802.11b ISA/PCI cards support |
745 | # | 745 | # |
746 | CONFIG_WLAN_80211=y | ||
746 | CONFIG_HERMES=m | 747 | CONFIG_HERMES=m |
747 | # CONFIG_ATMEL is not set | 748 | # CONFIG_ATMEL is not set |
748 | 749 | ||
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 | |||
757 | # | 757 | # |
758 | # Wireless 802.11b ISA/PCI cards support | 758 | # Wireless 802.11b ISA/PCI cards support |
759 | # | 759 | # |
760 | CONFIG_WLAN_80211=y | ||
760 | CONFIG_HERMES=m | 761 | CONFIG_HERMES=m |
761 | # CONFIG_ATMEL is not set | 762 | # CONFIG_ATMEL is not set |
762 | 763 | ||
@@ -772,7 +773,6 @@ CONFIG_HOSTAP=m | |||
772 | CONFIG_HOSTAP_FIRMWARE=y | 773 | CONFIG_HOSTAP_FIRMWARE=y |
773 | # CONFIG_HOSTAP_FIRMWARE_NVRAM is not set | 774 | # CONFIG_HOSTAP_FIRMWARE_NVRAM is not set |
774 | CONFIG_HOSTAP_CS=m | 775 | CONFIG_HOSTAP_CS=m |
775 | CONFIG_NET_WIRELESS=y | ||
776 | 776 | ||
777 | # | 777 | # |
778 | # PCMCIA network device support | 778 | # 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 @@ | |||
1 | require linux-rp.inc | 1 | require linux-rp.inc |
2 | 2 | ||
3 | PR = "r8" | 3 | PR = "r9" |
4 | 4 | ||
5 | # Handy URLs | 5 | # Handy URLs |
6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 | 6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |