From 3fcc387312b0f60a27b1e79d8662e5a72c7b48c0 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Fri, 3 Jul 2020 11:16:08 +0800 Subject: [PATCH] generic/5.4: change thermal to tristate fix #4922 --- .../linux/generic/hack-5.4/999-thermal-tristate.patch | 11 +++++++++++ .../linux/ramips/patches-5.4/998-thermal-bool.patch | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 target/linux/generic/hack-5.4/999-thermal-tristate.patch create mode 100644 target/linux/ramips/patches-5.4/998-thermal-bool.patch diff --git a/target/linux/generic/hack-5.4/999-thermal-tristate.patch b/target/linux/generic/hack-5.4/999-thermal-tristate.patch new file mode 100644 index 000000000..8a207c8ea --- /dev/null +++ b/target/linux/generic/hack-5.4/999-thermal-tristate.patch @@ -0,0 +1,11 @@ +--- a/drivers/thermal/Kconfig ++++ b/drivers/thermal/Kconfig +@@ -4,7 +4,7 @@ + # + + menuconfig THERMAL +- bool "Generic Thermal sysfs driver" ++ tristate "Generic Thermal sysfs driver" + help + Generic Thermal Sysfs driver offers a generic mechanism for + thermal management. Usually it's made up of one or more thermal diff --git a/target/linux/ramips/patches-5.4/998-thermal-bool.patch b/target/linux/ramips/patches-5.4/998-thermal-bool.patch new file mode 100644 index 000000000..ba05101d7 --- /dev/null +++ b/target/linux/ramips/patches-5.4/998-thermal-bool.patch @@ -0,0 +1,11 @@ +--- a/drivers/thermal/Kconfig ++++ b/drivers/thermal/Kconfig +@@ -4,7 +4,7 @@ + # + + menuconfig THERMAL +- tristate "Generic Thermal sysfs driver" ++ bool "Generic Thermal sysfs driver" + help + Generic Thermal Sysfs driver offers a generic mechanism for + thermal management. Usually it's made up of one or more thermal