diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-06-25 17:28:36 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-06-25 17:28:36 +0000 |
commit | c5002e5a21e6dc95e7759ada12b88940c50996bf (patch) | |
tree | fb980f294fc8563b7bc700412718697e07bb26d5 /package/mac80211/patches/402-ath9k-enable-debug.patch | |
parent | 8ca5c4609e886b3d40d316709c311bdc56cd1123 (diff) | |
download | upstream-c5002e5a21e6dc95e7759ada12b88940c50996bf.tar.gz upstream-c5002e5a21e6dc95e7759ada12b88940c50996bf.tar.bz2 upstream-c5002e5a21e6dc95e7759ada12b88940c50996bf.zip |
[mac80211] Update compat-wireless to 2009-06-25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16561 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/402-ath9k-enable-debug.patch')
-rw-r--r-- | package/mac80211/patches/402-ath9k-enable-debug.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/402-ath9k-enable-debug.patch b/package/mac80211/patches/402-ath9k-enable-debug.patch index c4a4936cc0..6b457f777f 100644 --- a/package/mac80211/patches/402-ath9k-enable-debug.patch +++ b/package/mac80211/patches/402-ath9k-enable-debug.patch @@ -1,8 +1,8 @@ --- a/config.mk +++ b/config.mk -@@ -124,7 +124,7 @@ ifneq ($(CONFIG_PCI),) - CONFIG_ATH5K=m +@@ -125,7 +125,7 @@ CONFIG_ATH5K=m # CONFIG_ATH5K_DEBUG=y + # CONFIG_ATH5K_RFKILL=y CONFIG_ATH9K=m -# CONFIG_ATH9K_DEBUG=y +CONFIG_ATH9K_DEBUG=y |