diff options
author | Robert Marko <robert.marko@sartura.hr> | 2022-03-21 11:47:28 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-24 09:40:12 +0100 |
commit | 4910ffa8e9b335adc0910a33bae8fd7af37d7edf (patch) | |
tree | 98a71faba90e99482d43d2a83f75a96a46b15497 /target | |
parent | d38f7ec56f3b53b016082fba22ff83b28ccff59d (diff) | |
download | upstream-4910ffa8e9b335adc0910a33bae8fd7af37d7edf.tar.gz upstream-4910ffa8e9b335adc0910a33bae8fd7af37d7edf.tar.bz2 upstream-4910ffa8e9b335adc0910a33bae8fd7af37d7edf.zip |
mvebu: udpu: include LM75 kmod by default
uDPU has 2 LM75 compatible temperature sensors, so include the driver for
them by default in order to utilize them.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Signed-off-by: Petr Štetiar <ynezz@true.cz> [rebase]
(cherry picked from commit a8b2d3590329386d0ae6873460b2d5126f63ddaa)
(cherry picked from commit b9e90935db8e0c0166c80fc6e5e50755282e9e0b)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/image/cortexa53.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/cortexa53.mk b/target/linux/mvebu/image/cortexa53.mk index 48d25cd1b8..a85d29e451 100644 --- a/target/linux/mvebu/image/cortexa53.mk +++ b/target/linux/mvebu/image/cortexa53.mk @@ -85,7 +85,7 @@ define Device/methode_udpu KERNEL_LOADADDR := 0x00800000 KERNEL_INITRAMFS := kernel-bin | gzip | fit gzip $$(KDIR)/image-$$(DEVICE_DTS).dtb KERNEL_INITRAMFS_SUFFIX := .itb - DEVICE_PACKAGES += f2fs-tools fdisk kmod-i2c-pxa + DEVICE_PACKAGES += f2fs-tools fdisk kmod-i2c-pxa kmod-hwmon-lm75 IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2) IMAGES := firmware.tgz IMAGE/firmware.tgz := boot-scr | boot-img-ext4 | uDPU-firmware | append-metadata |