]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: filogic: bpi-r3-mini: add kmod-eeprom-at24 18346/head
authorMartin Schiller <ms@dev.tdt.de>
Tue, 25 Mar 2025 06:46:42 +0000 (07:46 +0100)
committerMartin Schiller <ms@dev.tdt.de>
Tue, 25 Mar 2025 06:48:53 +0000 (07:48 +0100)
The bpi-r3-mini has an eeprom onboard. Add the related driver to be
able to access this memory.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
target/linux/mediatek/image/filogic.mk

index 8f718893b4dfbbe8b03cdde8957399b76dcf88f5..7850670ebea3f9ea31e9f514efba3f280b6bc8df 100644 (file)
@@ -356,8 +356,8 @@ define Device/bananapi_bpi-r3-mini
   DEVICE_DTS_CONFIG := config-mt7986a-bananapi-bpi-r3-mini
   DEVICE_DTS_DIR := ../dts
   DEVICE_DTS_LOADADDR := 0x43f00000
-  DEVICE_PACKAGES := kmod-hwmon-pwmfan kmod-mt7915e kmod-mt7986-firmware kmod-phy-airoha-en8811h \
-                    kmod-usb3 e2fsprogs f2fsck mkf2fs mt7986-wo-firmware
+  DEVICE_PACKAGES := kmod-eeprom-at24 kmod-hwmon-pwmfan kmod-mt7915e kmod-mt7986-firmware \
+                    kmod-phy-airoha-en8811h kmod-usb3 e2fsprogs f2fsck mkf2fs mt7986-wo-firmware
   KERNEL_LOADADDR := 0x44000000
   KERNEL := kernel-bin | gzip
   KERNEL_INITRAMFS := kernel-bin | lzma | \