projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)
[openwrt.git]
/
package
/
mac80211
/
patches
/
402-ath9k-enable-debug.patch
diff --git
a/package/mac80211/patches/402-ath9k-enable-debug.patch
b/package/mac80211/patches/402-ath9k-enable-debug.patch
index
24234eb
..
6b457f7
100644
(file)
--- 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
--- a/config.mk
+++ b/config.mk
-@@ -125,7 +125,7 @@ ifneq ($(CONFIG_PCI),)
- CONFIG_ATH5K=m
+@@ -125,7 +125,7 @@ CONFIG_ATH5K=m
# CONFIG_ATH5K_DEBUG=y
# CONFIG_ATH5K_DEBUG=y
+ # CONFIG_ATH5K_RFKILL=y
CONFIG_ATH9K=m
-# CONFIG_ATH9K_DEBUG=y
+CONFIG_ATH9K_DEBUG=y
CONFIG_ATH9K=m
-# CONFIG_ATH9K_DEBUG=y
+CONFIG_ATH9K_DEBUG=y
This page took
0.024132 seconds
and
4
git commands to generate.