From b8a25fb41c5f93e471aac6112953edc3052463b1 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 20 Apr 2020 09:38:01 +0800 Subject: [PATCH] mpc85xx: change thermal to bool --- .../linux/bcm47xx/base-files/etc/board.d/01_network | 0 target/linux/bcm47xx/base-files/etc/init.d/wmacfixup | 0 target/linux/bcm53xx/image/Makefile | 2 +- target/linux/bcm63xx/base-files/etc/board.d/01_leds | 0 .../linux/bcm63xx/base-files/etc/board.d/02_network | 0 .../linux/mpc85xx/patches-5.4/999-thermal-bool.patch | 11 +++++++++++ 6 files changed, 12 insertions(+), 1 deletion(-) mode change 100644 => 100755 target/linux/bcm47xx/base-files/etc/board.d/01_network mode change 100644 => 100755 target/linux/bcm47xx/base-files/etc/init.d/wmacfixup mode change 100644 => 100755 target/linux/bcm63xx/base-files/etc/board.d/01_leds mode change 100644 => 100755 target/linux/bcm63xx/base-files/etc/board.d/02_network create mode 100644 target/linux/mpc85xx/patches-5.4/999-thermal-bool.patch diff --git a/target/linux/bcm47xx/base-files/etc/board.d/01_network b/target/linux/bcm47xx/base-files/etc/board.d/01_network old mode 100644 new mode 100755 diff --git a/target/linux/bcm47xx/base-files/etc/init.d/wmacfixup b/target/linux/bcm47xx/base-files/etc/init.d/wmacfixup old mode 100644 new mode 100755 diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 6ea3b6de1b..8df9504fc7 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -387,7 +387,7 @@ TARGET_DEVICES += smartrg-sr400ac define Device/phicomm-k3 DEVICE_VENDOR := PHICOMM DEVICE_MODEL := K3 - DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) k3wifi luci-app-k3screenctrl + DEVICE_PACKAGES := $(USB3_PACKAGES) wpad kmod-brcmfmac k3wifi luci-app-k3screenctrl IMAGES := trx endef TARGET_DEVICES += phicomm-k3 diff --git a/target/linux/bcm63xx/base-files/etc/board.d/01_leds b/target/linux/bcm63xx/base-files/etc/board.d/01_leds old mode 100644 new mode 100755 diff --git a/target/linux/bcm63xx/base-files/etc/board.d/02_network b/target/linux/bcm63xx/base-files/etc/board.d/02_network old mode 100644 new mode 100755 diff --git a/target/linux/mpc85xx/patches-5.4/999-thermal-bool.patch b/target/linux/mpc85xx/patches-5.4/999-thermal-bool.patch new file mode 100644 index 0000000000..5d2732ef64 --- /dev/null +++ b/target/linux/mpc85xx/patches-5.4/999-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