ipq-wifi: Fix suffix for Plasma Cloud PA1200 QCA4019 board-2.bin
authorSven Eckelmann <sven@narfation.org>
Wed, 23 Dec 2020 15:23:25 +0000 (16:23 +0100)
committerPetr Štetiar <ynezz@true.cz>
Fri, 25 Dec 2020 09:38:13 +0000 (10:38 +0100)
commit1c557e27fd8b24a1337a1ccfcab34a8b9904cfee
tree0b85c50f36eace854e2025d645018afcbcb51d70
parentdafa201b3e121a7cfe5be222041d700707a8851c
ipq-wifi: Fix suffix for Plasma Cloud PA1200 QCA4019 board-2.bin

The Makefile is rejecting all files with for a given prefix (here
"board-plasmacloud_pa1200") when it didn't match a known suffix. Instead it
stops the build with an error like:

  Makefile:135: *** Unrecognized board-file suffix '.ipq4019' for 'board-plasmacloud_pa1200.ipq4019'. Stop.

The correct suffix for the QCA4019/hw1.0 is qca4019 and not ipq4019.

Fixes: ea5bb6bbfee0 ("ipq40xx: add support for Plasma Cloud PA1200")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
package/firmware/ipq-wifi/board-plasmacloud_pa1200.ipq4019 [deleted file]
package/firmware/ipq-wifi/board-plasmacloud_pa1200.qca4019 [new file with mode: 0644]