projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain] fix uClibc v0.9.30 build on x86_64
[openwrt.git]
/
package
/
mac80211
/
patches
/
320-enable_rt2800.patch
diff --git
a/package/mac80211/patches/320-enable_rt2800.patch
b/package/mac80211/patches/320-enable_rt2800.patch
index
ced410e
..
8180639
100644
(file)
--- a/
package/mac80211/patches/320-enable_rt2800.patch
+++ b/
package/mac80211/patches/320-enable_rt2800.patch
@@
-8,11
+8,22
@@
NEED_RT2X00=y
# Two rt2x00 drivers require firmware: rt61pci and rt73usb. They depend on
NEED_RT2X00=y
# Two rt2x00 drivers require firmware: rt61pci and rt73usb. They depend on
-@@ -197,6 +198,
7
@@ CONFIG_RTL8187=m
+@@ -197,6 +198,
8
@@ CONFIG_RTL8187=m
# RT2500USB does not require firmware
CONFIG_RT2500USB=m
CONFIG_RT2X00_LIB_USB=m
+CONFIG_RT2X00_LIB_CRYPTO=y
# RT2500USB does not require firmware
CONFIG_RT2500USB=m
CONFIG_RT2X00_LIB_USB=m
+CONFIG_RT2X00_LIB_CRYPTO=y
++CONFIG_RT2X00_LIB_HT=y
NEED_RT2X00=y
# RT73USB requires firmware
ifneq ($(CONFIG_CRC_ITU_T),)
NEED_RT2X00=y
# RT73USB requires firmware
ifneq ($(CONFIG_CRC_ITU_T),)
+@@ -204,6 +207,9 @@ CONFIG_RT73USB=m
+ NEED_RT2X00_FIRMWARE=y
+ endif
+
++# RT2800USB support
++CONFIG_RT2800USB=m
++
+ endif # end of USB driver list
+
+ # Common rt2x00 requirements
This page took
0.02461 seconds
and
4
git commands to generate.