diff options
| author | Robert Marko | 2022-03-21 10:47:28 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2022-03-24 07:19:47 +0000 |
| commit | b9e90935db8e0c0166c80fc6e5e50755282e9e0b (patch) | |
| tree | e68f8ed021d8542008a03abbda9b9b8ad2715f91 | |
| parent | 88ad61a292722689915c5814f1def3f7e0b2a123 (diff) | |
| download | openwrt-b9e90935db8e0c0166c80fc6e5e50755282e9e0b.tar.gz | |
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>
(cherry picked from commit a8b2d3590329386d0ae6873460b2d5126f63ddaa)
| -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 ca3a53f992..dd9d1b379d 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 := 0x00080000 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 DEVICE_IMG_NAME = $$(DEVICE_IMG_PREFIX)-$$(2) IMAGES := firmware.tgz IMAGE/firmware.tgz := boot-scr | boot-img-ext4 | uDPU-firmware | append-metadata |