diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-08-15 08:36:33 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-08-15 08:36:33 +0000 |
commit | b1ae2c2c20e7a7d51e86d4cf70feb61da3894754 (patch) | |
tree | 884b249e246abe2d0a96ad4ba5551061aadc5f18 /package/mac80211/patches/402-ath9k-enable-debug.patch | |
parent | babf8f5927f0cf93a7d522934f509c6ff4c902d0 (diff) | |
download | upstream-b1ae2c2c20e7a7d51e86d4cf70feb61da3894754.tar.gz upstream-b1ae2c2c20e7a7d51e86d4cf70feb61da3894754.tar.bz2 upstream-b1ae2c2c20e7a7d51e86d4cf70feb61da3894754.zip |
Build modules only if realy needed.
SVN-Revision: 17267
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 46fc54826c..05de3120e7 100644 --- a/package/mac80211/patches/402-ath9k-enable-debug.patch +++ b/package/mac80211/patches/402-ath9k-enable-debug.patch @@ -1,9 +1,9 @@ --- a/config.mk +++ b/config.mk -@@ -171,7 +171,7 @@ CONFIG_ATH5K=m +@@ -171,7 +171,7 @@ ifneq ($(CONFIG_PCI),) # CONFIG_ATH5K_DEBUG=y # CONFIG_ATH5K_RFKILL=y - CONFIG_ATH9K=m + # CONFIG_ATH9K=m -# CONFIG_ATH9K_DEBUG=y +CONFIG_ATH9K_DEBUG=y |