[openwrt/openwrt] mediatek: remove non-existent package mt798x-2p5g-phy-firmware-internal

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 8 10:31:05 PST 2025


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

commit b6d2ab85ef18b0929e31b8532d77762332e7d05f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Nov 8 18:28:39 2025 +0000

    mediatek: remove non-existent package mt798x-2p5g-phy-firmware-internal
    
    Also the MT7987 RFB accidentally already set the not-yet-existing
    mt798x-2p5g-phy-firmware-internal package as one of the DEVICE_PACKAGES.
    This currently breaks the build, so remove it for now. Also remove stray
    'blkid' package from DEVICE_PACKAGES which was accidentally copied from
    MediaTek's SDK.
    
    Fixes: 9de7189ed4 ("mediatek: build image for MT7987 RFB")
    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 1e774cc5c0..94a12cfa57 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -1702,7 +1702,7 @@ define Device/mediatek_mt7987a-rfb
   DEVICE_DTS_DIR := ../dts
   DEVICE_DTC_FLAGS := --pad 4096
   DEVICE_DTS_LOADADDR := 0x4ff00000
-  DEVICE_PACKAGES := mt798x-2p5g-phy-firmware-internal kmod-sfp blkid
+  DEVICE_PACKAGES := kmod-sfp
   KERNEL_LOADADDR := 0x40000000
   KERNEL := kernel-bin | gzip
   KERNEL_INITRAMFS := kernel-bin | lzma | \




More information about the lede-commits mailing list