From dfd16d52e9afbb540bf950863e37b7cf74cb4f09 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 6 Apr 2020 23:27:24 +0800 Subject: [PATCH] [mac80211] ath: enable ATH10K_THERMAL by default --- 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 788131b751..0c25d23bb2 100644 --- a/package/kernel/mac80211/ath.mk +++ b/package/kernel/mac80211/ath.mk @@ -264,6 +264,7 @@ define KernelPackage/ath10k/config config ATH10K_THERMAL bool "Enable thermal sensors and throttling support" + default y depends on PACKAGE_kmod-ath10k endef