From: Felix Fietkau Date: Thu, 5 Jun 2014 15:13:28 +0000 (+0000) Subject: ath9k: fix enabling PC-OEM card support (#16624) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=22fcfab3533ca3f974c768efffd3524a9698b49f;p=librecmc%2Flibrecmc.git ath9k: fix enabling PC-OEM card support (#16624) Signed-off-by: Felix Fietkau SVN-Revision: 41021 --- diff --git a/package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch b/package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch index bbed4e3d9c..4d4ea3b449 100644 --- a/package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch +++ b/package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch @@ -26,7 +26,7 @@ ath9k_hw-$(CPTCFG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \ ar9003_mci.o -+ath9k-hw-$(CPTCFG_ATH9K_PCOEM) += ar9003_rtt.o ++ath9k_hw-$(CPTCFG_ATH9K_PCOEM) += ar9003_rtt.o + obj-$(CPTCFG_ATH9K_HW) += ath9k_hw.o