diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2023-05-18 17:08:54 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2023-05-18 17:11:43 +0200 |
commit | 1465691319bf9fb20869945c8f7bb5e43da1cf3c (patch) | |
tree | 048c15eca9b3407267c63b0a34f7d7ac97ea82da /target/linux | |
parent | 1f5f17798a33ce9d8aca9f2f0c6192046e5c5807 (diff) | |
download | upstream-1465691319bf9fb20869945c8f7bb5e43da1cf3c.tar.gz upstream-1465691319bf9fb20869945c8f7bb5e43da1cf3c.tar.bz2 upstream-1465691319bf9fb20869945c8f7bb5e43da1cf3c.zip |
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@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/image/generic.mk | 3 |
1 files changed, 1 insertions, 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 |