[openwrt/openwrt] ipq806x: remove dangling ipq-wifi-edgecore_ecw5410
LEDE Commits
lede-commits at lists.infradead.org
Thu May 18 08:23:44 PDT 2023
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1465691319bf9fb20869945c8f7bb5e43da1cf3c
commit 1465691319bf9fb20869945c8f7bb5e43da1cf3c
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Thu May 18 17:08:54 2023 +0200
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 <chunkeey at gmail.com>
---
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 at v2.0-ap160
- DEVICE_PACKAGES := ath10k-firmware-qca9984-ct \
- ipq-wifi-edgecore_ecw5410
+ DEVICE_PACKAGES := ath10k-firmware-qca9984-ct
endef
TARGET_DEVICES += edgecore_ecw5410
More information about the lede-commits
mailing list