Skip to content

Commit 1bdb6d8

Browse files
goldwrthauke
authored andcommitted
mediatek: remove ktd-202x driver filogic image (Aer Vero W6m)
Image build fails with PR #16861 merged while PR #16860 not merged. Removing kmod-leds-ktd202x from filogic.mk will fix the build process. Fixes: 2898d1d ("mediatek: add support for Acer Predator W6d and Acer Vero W6m") Signed-off-by: George Oldfort <[email protected]> Link: openwrt/openwrt#17087 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 341cc04 commit 1bdb6d8

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
@@ -186,7 +186,7 @@ define Device/acer_vero-w6m
186186
DEVICE_DTS := mt7986a-acer-vero-w6m
187187
DEVICE_DTS_DIR := ../dts
188188
DEVICE_DTS_LOADADDR := 0x47000000
189-
DEVICE_PACKAGES := kmod-leds-ktd202x kmod-mt7915e kmod-mt7916-firmware kmod-mt7986-firmware mt7986-wo-firmware e2fsprogs f2fsck mkf2fs
189+
DEVICE_PACKAGES := kmod-mt7915e kmod-mt7916-firmware kmod-mt7986-firmware mt7986-wo-firmware e2fsprogs f2fsck mkf2fs
190190
IMAGES := sysupgrade.bin
191191
KERNEL := kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
192192
KERNEL_INITRAMFS := kernel-bin | lzma | \

0 commit comments

Comments
 (0)