Skip to content

Commit b6d2ab8

Browse files
committed
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: 9de7189 ("mediatek: build image for MT7987 RFB") Signed-off-by: Daniel Golle <[email protected]>
1 parent 010575c commit b6d2ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/mediatek/image/filogic.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ define Device/mediatek_mt7987a-rfb
17021702
DEVICE_DTS_DIR := ../dts
17031703
DEVICE_DTC_FLAGS := --pad 4096
17041704
DEVICE_DTS_LOADADDR := 0x4ff00000
1705-
DEVICE_PACKAGES := mt798x-2p5g-phy-firmware-internal kmod-sfp blkid
1705+
DEVICE_PACKAGES := kmod-sfp
17061706
KERNEL_LOADADDR := 0x40000000
17071707
KERNEL := kernel-bin | gzip
17081708
KERNEL_INITRAMFS := kernel-bin | lzma | \

0 commit comments

Comments
 (0)