From: nbd Date: Mon, 26 May 2014 08:00:29 +0000 (+0000) Subject: ath9k: fix deprecated syntax in config symbol X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=023e3e9e0b97b3d858ca898481a2f2cdafc548da;p=openwrt.git ath9k: fix deprecated syntax in config symbol Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40860 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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