projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48855aa
)
ath9k: fix deprecated syntax in config symbol
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 26 May 2014 08:00:29 +0000
(08:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 26 May 2014 08:00:29 +0000
(08:00 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40860
package/kernel/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mac80211/Makefile
b/package/kernel/mac80211/Makefile
index 8edf0d222618cfd1fe1b82b735a83be571fa2756..028929f4b6e0718ab5f4970db35d5ee25d9821b7 100644
(file)
--- a/
package/kernel/mac80211/Makefile
+++ b/
package/kernel/mac80211/Makefile
@@
-576,7
+576,7
@@
define KernelPackage/ath9k/config
config ATH9K_SUPPORT_PCOEM
bool "Support chips used in PC OEM cards"
- depends PACKAGE_kmod-ath9k
+ depends
on
PACKAGE_kmod-ath9k
endef