From 5e0c8034784bbe887e0609155860b07e68b4a088 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sun, 27 Jun 2021 01:17:59 +0800 Subject: [PATCH] mac80211: enable ATH10K THERMAL --- 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 626196a29..a96a36d62 100644 --- a/package/kernel/mac80211/ath.mk +++ b/package/kernel/mac80211/ath.mk @@ -282,6 +282,7 @@ define KernelPackage/ath10k/config config ATH10K_THERMAL bool "Enable thermal sensors and throttling support" + default y depends on PACKAGE_kmod-ath10k endef