From 81a9c9f3c819258d896c7b57e74655cfae3782f1 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 7 Nov 2025 12:01:41 +0000 Subject: [PATCH] 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 --- 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 -- 2.30.2