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)
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: 74b7bc70895f ("ipq40xx: add support for Plasma Cloud PA1200")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
board-plasmacloud_pa1200.ipq4019 [deleted file]
board-plasmacloud_pa1200.qca4019 [new file with mode: 0644]

diff --git a/board-plasmacloud_pa1200.ipq4019 b/board-plasmacloud_pa1200.ipq4019
deleted file mode 100644 (file)
index 99d6df8..0000000
Binary files a/board-plasmacloud_pa1200.ipq4019 and /dev/null differ
diff --git a/board-plasmacloud_pa1200.qca4019 b/board-plasmacloud_pa1200.qca4019
new file mode 100644 (file)
index 0000000..99d6df8
Binary files /dev/null and b/board-plasmacloud_pa1200.qca4019 differ