mvebu: enable thermal module by default
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38232
This commit is contained in:
parent
03051c1442
commit
b5e56bd31f
1 changed files with 7 additions and 6 deletions
|
@ -7,14 +7,15 @@
|
|||
|
||||
define Profile/Generic
|
||||
NAME:=Generic (default)
|
||||
PACKAGES:=kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
|
||||
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-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…
Reference in a new issue