diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-29 15:48:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-29 15:48:42 +0000 |
commit | dff2c6a6d0c9ae8b3fe99270f0736244a737aa72 (patch) | |
tree | 307d2a328c7e73f328d1f17d3b8068173984f11c /package/mac80211/patches/320-enable_rt2800.patch | |
parent | f6bdc6a9bd33dfb7bad220146af73c36dc6fb4ea (diff) | |
download | upstream-dff2c6a6d0c9ae8b3fe99270f0736244a737aa72.tar.gz upstream-dff2c6a6d0c9ae8b3fe99270f0736244a737aa72.tar.bz2 upstream-dff2c6a6d0c9ae8b3fe99270f0736244a737aa72.zip |
Update mac80211 and make b43 driver build and load on targets other than brcm47xx (#4266)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 13431
Diffstat (limited to 'package/mac80211/patches/320-enable_rt2800.patch')
-rw-r--r-- | package/mac80211/patches/320-enable_rt2800.patch | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/package/mac80211/patches/320-enable_rt2800.patch b/package/mac80211/patches/320-enable_rt2800.patch index 996b47de6f..f2b600d5da 100644 --- a/package/mac80211/patches/320-enable_rt2800.patch +++ b/package/mac80211/patches/320-enable_rt2800.patch @@ -1,6 +1,8 @@ +diff --git a/config.mk b/config.mk +index d94a976..a624bdf 100644 --- a/config.mk +++ b/config.mk -@@ -146,6 +146,7 @@ CONFIG_ADM8211=m +@@ -156,6 +156,7 @@ CONFIG_ADM8211=m CONFIG_RT2X00_LIB_PCI=m CONFIG_RT2400PCI=m CONFIG_RT2500PCI=m @@ -8,3 +10,11 @@ NEED_RT2X00=y # Two rt2x00 drivers require firmware: rt61pci and rt73usb. They depend on +@@ -197,6 +198,7 @@ CONFIG_RTL8187=m + # RT2500USB does not require firmware + CONFIG_RT2500USB=m + CONFIG_RT2X00_LIB_USB=m ++CONFIG_RT2X00_LIB_CRYPTO=y + NEED_RT2X00=y + # RT73USB requires firmware + ifneq ($(CONFIG_CRC_ITU_T),) |