diff options
Diffstat (limited to 'package/kernel/mac80211/ath.mk')
-rw-r--r-- | package/kernel/mac80211/ath.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk index 5db4be8daa..be3f4ed136 100644 --- a/package/kernel/mac80211/ath.mk +++ b/package/kernel/mac80211/ath.mk @@ -218,6 +218,7 @@ define KernelPackage/ath9k/config config ATH9K_SUPPORT_PCOEM bool "Support chips used in PC OEM cards" depends on PACKAGE_kmod-ath9k + default y if (x86_64 || i386) config ATH9K_TX99 bool "Enable TX99 support (WARNING: testing only, breaks normal operation!)" |