From a99b0f9add27db207ed6bb541c2355bce13f76f3 Mon Sep 17 00:00:00 2001 From: ElonH Date: Mon, 20 Apr 2020 16:25:43 +0800 Subject: [PATCH] thermal: set as bool in mpc85xx arch fixing https://github.com/project-openwrt/openwrt-latest-kisco/issues/13 --- .../linux/mpc85xx/patches-5.4/998-thermal-bool.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/mpc85xx/patches-5.4/998-thermal-bool.patch diff --git a/target/linux/mpc85xx/patches-5.4/998-thermal-bool.patch b/target/linux/mpc85xx/patches-5.4/998-thermal-bool.patch new file mode 100644 index 0000000000..5d2732ef64 --- /dev/null +++ b/target/linux/mpc85xx/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