mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[mac80211] Update to compat-wireless-2009-03-31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15083 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
|
||||
# USB Drivers
|
||||
ifneq ($(CONFIG_USB),)
|
||||
@@ -249,22 +249,22 @@ CONFIG_ZD1211RW=m
|
||||
@@ -249,21 +249,21 @@ CONFIG_ZD1211RW=m
|
||||
# is only wireless RNDIS chip known to date.
|
||||
# Note: this depends on CONFIG_USB_NET_RNDIS_HOST and CONFIG_USB_NET_CDCETHER
|
||||
# it also requires new RNDIS_HOST and CDC_ETHER modules which we add
|
||||
@@ -182,19 +182,17 @@
|
||||
-CONFIG_AT76C50X_USB=m
|
||||
+# CONFIG_AT76C50X_USB=m
|
||||
|
||||
# Activate AR9170 support only on kernel >= 2.6.28.
|
||||
# Activate AR9170 support only on kernel >= 2.6.29.
|
||||
# The needed USB poison feature was added in this kernel release.
|
||||
ifeq ($(shell test $(KERNEL_SUBLEVEL) -ge 28 && echo yes),yes)
|
||||
-CONFIG_AR9170_COMMON=m
|
||||
ifeq ($(shell test $(KERNEL_SUBLEVEL) -ge 29 && echo yes),yes)
|
||||
-CONFIG_AR9170_USB=m
|
||||
-CONFIG_AR9170_LEDS=y
|
||||
+# CONFIG_AR9170_COMMON=m
|
||||
+# CONFIG_AR9170_USB=m
|
||||
+# CONFIG_AR9170_LEDS=y
|
||||
endif
|
||||
|
||||
# RT2500USB does not require firmware
|
||||
@@ -302,20 +302,20 @@ CONFIG_P54_COMMON=m
|
||||
@@ -301,20 +301,20 @@ CONFIG_P54_COMMON=m
|
||||
|
||||
|
||||
# Sonics Silicon Backplane
|
||||
|
||||
Reference in New Issue
Block a user