diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-05 15:13:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-05 15:13:28 +0000 |
commit | f1ae7d3817e184eee92510ff7ac08f06dae1ccd6 (patch) | |
tree | 6b0524642bdaeaac6e3b9a704e59ada180f76d44 | |
parent | 43bed940cc536029d931cf3301be24ceb80c14d3 (diff) | |
download | upstream-f1ae7d3817e184eee92510ff7ac08f06dae1ccd6.tar.gz upstream-f1ae7d3817e184eee92510ff7ac08f06dae1ccd6.tar.bz2 upstream-f1ae7d3817e184eee92510ff7ac08f06dae1ccd6.zip |
ath9k: fix enabling PC-OEM card support (#16624)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41021 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/kernel/mac80211/patches/560-ath9k_pcoem_optional.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |