mpc85xx: change thermal to bool
This commit is contained in:
parent
6577d6ae05
commit
b8a25fb41c
0
target/linux/bcm47xx/base-files/etc/board.d/01_network
Normal file → Executable file
0
target/linux/bcm47xx/base-files/etc/board.d/01_network
Normal file → Executable file
0
target/linux/bcm47xx/base-files/etc/init.d/wmacfixup
Normal file → Executable file
0
target/linux/bcm47xx/base-files/etc/init.d/wmacfixup
Normal file → Executable file
@ -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
|
||||
|
||||
0
target/linux/bcm63xx/base-files/etc/board.d/01_leds
Normal file → Executable file
0
target/linux/bcm63xx/base-files/etc/board.d/01_leds
Normal file → Executable file
0
target/linux/bcm63xx/base-files/etc/board.d/02_network
Normal file → Executable file
0
target/linux/bcm63xx/base-files/etc/board.d/02_network
Normal file → Executable file
11
target/linux/mpc85xx/patches-5.4/999-thermal-bool.patch
Normal file
11
target/linux/mpc85xx/patches-5.4/999-thermal-bool.patch
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user