From 1465691319bf9fb20869945c8f7bb5e43da1cf3c Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Thu, 18 May 2023 17:08:54 +0200 Subject: [PATCH] ipq806x: remove dangling ipq-wifi-edgecore_ecw5410 should have been part of the ipq-wifi update. Fixes: 8217f02a1c5e ("ipq-wifi: drop upstreamed board-2.bin") Signed-off-by: Christian Lamparter --- target/linux/ipq806x/image/generic.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ipq806x/image/generic.mk b/target/linux/ipq806x/image/generic.mk index 8382c77bdc..b83999dd00 100644 --- a/target/linux/ipq806x/image/generic.mk +++ b/target/linux/ipq806x/image/generic.mk @@ -141,8 +141,7 @@ define Device/edgecore_ecw5410 BLOCKSIZE := 128k PAGESIZE := 2048 DEVICE_DTS_CONFIG := config@v2.0-ap160 - DEVICE_PACKAGES := ath10k-firmware-qca9984-ct \ - ipq-wifi-edgecore_ecw5410 + DEVICE_PACKAGES := ath10k-firmware-qca9984-ct endef TARGET_DEVICES += edgecore_ecw5410 -- 2.30.2