summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-27 14:09:29 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-27 14:09:29 +0000
commit7c2ceb7a254571f546056f7c5fba2b64c97df92b (patch)
tree46b9ee9366ce9aa778beefffa84453699490e2fe /package/mac80211/patches
parent101992b80b8f18c0022c1d346b23617d400092f1 (diff)
This patch enables the new ath5k driver. Works for me with X86 Alix
board an AR2413 minipci card. iw and iwconfig works. Signed-off-by: Dirk Nehring <dnehring@gmx.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12397 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r--package/mac80211/patches/001-disable_drivers.patch19
1 files changed, 8 insertions, 11 deletions
diff --git a/package/mac80211/patches/001-disable_drivers.patch b/package/mac80211/patches/001-disable_drivers.patch
index c35cadc4a..ccf040915 100644
--- a/package/mac80211/patches/001-disable_drivers.patch
+++ b/package/mac80211/patches/001-disable_drivers.patch
@@ -1,13 +1,10 @@
-diff -urN compat-wireless-2008-05-26/config.mk compat-wireless-2008-05-26.new/config.mk
---- compat-wireless-2008-05-26/config.mk 2008-05-20 09:37:02.000000000 +0200
-+++ compat-wireless-2008-05-26.new/config.mk 2008-07-14 10:52:01.000000000 +0200
-@@ -28,73 +28,6 @@
- # PCI Drivers
- ifneq ($(CONFIG_PCI),)
+diff -urN compat-wireless-2008-08-06/config.mk compat-wireless-2008-08-06.new/config.mk
+--- compat-wireless-2008-08-06/config.mk 2008-07-18 06:11:03.000000000 +0200
++++ compat-wireless-2008-08-06.new/config.mk 2008-08-20 17:30:13.000000000 +0200
+@@ -72,70 +72,6 @@
+ CONFIG_ATH5K=m
+ CONFIG_ATH5K_DEBUG=n
--CONFIG_ATH5K=m
--CONFIG_ATH5K_DEBUG=n
--
-# Required for older kernels which still use this flag.
-CONFIG_IWLWIFI=m
-
@@ -75,7 +72,7 @@ diff -urN compat-wireless-2008-05-26/config.mk compat-wireless-2008-05-26.new/co
CONFIG_RT2X00_LIB_PCI=m
CONFIG_RT2400PCI=m
CONFIG_RT2500PCI=m
-@@ -118,32 +51,6 @@
+@@ -159,32 +95,6 @@
ifneq ($(CONFIG_USB),)
CONFIG_ZD1211RW=m
@@ -108,7 +105,7 @@ diff -urN compat-wireless-2008-05-26/config.mk compat-wireless-2008-05-26.new/co
# RT2500USB does not require firmware
CONFIG_RT2500USB=m
CONFIG_RT2X00_LIB_USB=m
-@@ -168,39 +75,6 @@
+@@ -209,39 +119,6 @@
CONFIG_RT2X00_LIB_FIRMWARE=y
endif