diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2023-05-17 22:02:40 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2023-05-18 16:17:52 +0200 |
commit | 8217f02a1c5e2396f083793575de2e79811842e8 (patch) | |
tree | a06994c7ed62cc9345dd5272d492532b9bdd7152 /target/linux/ipq806x | |
parent | 4fffa0f6af7944d630687657958c9d872cf67285 (diff) | |
download | upstream-8217f02a1c5e2396f083793575de2e79811842e8.tar.gz upstream-8217f02a1c5e2396f083793575de2e79811842e8.tar.bz2 upstream-8217f02a1c5e2396f083793575de2e79811842e8.zip |
ipq-wifi: drop upstreamed board-2.bin
The BDFs for the:
Aruba AP-365
Devolo Magic 2 WiFi next
Edgecore ECW5410
Edgecore OAP100
Extreme Networks WS-AP3915i
GL.iNet GL-A1300
GL.iNet GL-AP1300
GL.iNet GL-S1300
Linksys EA8300
Linksys WHW03v2
Nokia Wi4A AC400i
P&W R619AC
Pakedge WR-1
Qxwlan E2600AC C1
Sony NCP-HG100/Cellular
Teltonika RUTX10
ZTE MF18A
were upstreamed to the ath10k-firmware repository
and landed in linux-firmware.git.
Furthermore the BDFs for the:
8devices Habanero
8devices Jalapeno
Qxwlan E2600AC C2
have been updated.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/generic.mk b/target/linux/ipq806x/image/generic.mk index 3e9b366c39..8382c77bdc 100644 --- a/target/linux/ipq806x/image/generic.mk +++ b/target/linux/ipq806x/image/generic.mk @@ -345,7 +345,7 @@ define Device/nokia_ac400i BLOCKSIZE := 128k PAGESIZE := 2048 BOARD_NAME := ac400i - DEVICE_PACKAGES := ath10k-firmware-qca9984-ct ipq-wifi-nokia-ac400i + DEVICE_PACKAGES := ath10k-firmware-qca9984-ct endef TARGET_DEVICES += nokia_ac400i |