mvebu: enable thermal module by default

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38232
v19.07.3_mercusys_ac12_duma
Luka Perkov 11 years ago
parent 03051c1442
commit b5e56bd31f

@ -7,14 +7,15 @@
define Profile/Generic
NAME:=Generic (default)
PACKAGES:=kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
kmod-ata-core kmod-ata-marvell-sata \
kmod-rtc-marvell
PACKAGES:= \
kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
kmod-ata-core kmod-ata-marvell-sata \
kmod-rtc-marvell kmod-thermal-armada
endef
define Profile/Generic/Description
Package set compatible with most Marvell Armada 370/XP based boards
Package set compatible with most Marvell Armada 370/XP based boards.
endef
$(eval $(call Profile,Generic))
$(eval $(call Profile,Generic))

Loading…
Cancel
Save