ath9k: fix deprecated syntax in config symbol
authorFelix Fietkau <nbd@openwrt.org>
Mon, 26 May 2014 08:00:29 +0000 (08:00 +0000)
committerFelix 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

index 8edf0d222618cfd1fe1b82b735a83be571fa2756..028929f4b6e0718ab5f4970db35d5ee25d9821b7 100644 (file)
@@ -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