[openwrt/openwrt] mediatek: filogic: bpi-r3-mini: add kmod-eeprom-at24

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 25 01:52:00 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1bb9592fc7d422d1a9811486d8075879011212c6

commit 1bb9592fc7d422d1a9811486d8075879011212c6
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Tue Mar 25 07:46:42 2025 +0100

    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 at dev.tdt.de>
---
 target/linux/mediatek/image/filogic.mk | 4 ++--
 1 file 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 | \




More information about the lede-commits mailing list