From ac3c180aed669c92612a0a3d7dcaa23cac540f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Sat, 1 Aug 2020 23:09:20 +0200 Subject: [PATCH] mac80211: ath9k: enable OEM cards support on x86 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A lot of devices running OpenWrt x86 arch (32 or 64 bit) are either "home-made routers" or devices that use PC class OEM components. This commit enables OEM cards support on those devices by default. Signed-off-by: Rafał Dzięgiel [reformat commit message] Signed-off-by: David Bauer --- package/kernel/mac80211/ath.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk index d8f289c487..4c0c6314f3 100644 --- a/package/kernel/mac80211/ath.mk +++ b/package/kernel/mac80211/ath.mk @@ -209,6 +209,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!)"