summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schiller2025-03-25 06:46:42 +0000
committerMartin Schiller2025-03-25 06:48:53 +0000
commit1bb9592fc7d422d1a9811486d8075879011212c6 (patch)
treec31891f0d93afa0431f8ed9c0427ddd9082a246a
parent293d5f1366e099cc343a3fc8a6f936ab27bcad6a (diff)
downloadopenwrt-1bb9592fc7d422d1a9811486d8075879011212c6.tar.gz
mediatek: filogic: bpi-r3-mini: add kmod-eeprom-at24
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>
-rw-r--r--target/linux/mediatek/image/filogic.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 8f718893b4..7850670ebe 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -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 | \