[openwrt/openwrt] mediatek: remove non-existing mt7987-2p5g-phy-firmware-internal

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 7 04:03:50 PST 2025


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/81a9c9f3c819258d896c7b57e74655cfae3782f1

commit 81a9c9f3c819258d896c7b57e74655cfae3782f1
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Nov 7 12:01:41 2025 +0000

    mediatek: remove non-existing mt7987-2p5g-phy-firmware-internal
    
    Because the firmware has not yet been accepted in linux-firmware we
    cannot yet package mt7987-2p5g-phy-firmware-internal. Remove it from
    DEVICE_PACKAGES of the BPi-R4-mini until the an upcoming linux-firmware
    release will come with this firmware included, allowing us to then
    create that package.
    
    Fixes: 8b6c6978d6 ("mediatek: add support for BananaPi BPi-R4 Lite")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/mediatek/image/filogic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index cc97a38673..1e774cc5c0 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -649,7 +649,7 @@ define Device/bananapi_bpi-r4-lite
   DEVICE_DTC_FLAGS := --pad 4096
   DEVICE_DTS_DIR := ../dts
   DEVICE_DTS_LOADADDR := 0x4ff00000
-  DEVICE_PACKAGES := mt7987-2p5g-phy-firmware-internal kmod-eeprom-at24 \
+  DEVICE_PACKAGES := kmod-eeprom-at24 \
 		     kmod-gpio-pca953x kmod-i2c-mux-pca954x kmod-rtc-pcf8563 \
 		     kmod-sfp e2fsprogs mkf2fs
   BLOCKSIZE := 128k




More information about the lede-commits mailing list