aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-26 08:00:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-26 08:00:29 +0000
commit8f2efd6989177056a931ebecba646cdce8d48fc8 (patch)
tree636feb0e1bd87c8038c3a7f3b69ed1cdebcf6ad5 /package
parent39270a81ac78eab924181835a31d57977d117a2f (diff)
downloadupstream-8f2efd6989177056a931ebecba646cdce8d48fc8.tar.gz
upstream-8f2efd6989177056a931ebecba646cdce8d48fc8.tar.bz2
upstream-8f2efd6989177056a931ebecba646cdce8d48fc8.zip
ath9k: fix deprecated syntax in config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40860 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 8edf0d2226..028929f4b6 100644
--- 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