From: Christian Lamparter <chunkeey@gmail.com> Date: Sat, 18 Jan 2020 23:00:52 +0000 (+0100) Subject: ipq-wifi: drop deprecated .bin support X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ebfa4305f2ed805804cf907845157d1b8ff51ea5;p=project%2Ffirmware%2Fqca-wireless.git ipq-wifi: drop deprecated .bin support This patch converts the Qxwlan E2600AC image away from the deprecated .bin file and to the new .qca4019 method. As a result, we no longer need to carry around the legacy support for handling .bin files. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> --- diff --git a/board-qxwlan-e2600ac.bin b/board-qxwlan-e2600ac.bin deleted file mode 100644 index 435b465..0000000 Binary files a/board-qxwlan-e2600ac.bin and /dev/null differ diff --git a/board-qxwlan_e2600ac.bin b/board-qxwlan_e2600ac.bin deleted file mode 120000 index acccf88..0000000 --- a/board-qxwlan_e2600ac.bin +++ /dev/null @@ -1 +0,0 @@ -board-qxwlan-e2600ac.bin \ No newline at end of file diff --git a/board-qxwlan_e2600ac.qca4019 b/board-qxwlan_e2600ac.qca4019 new file mode 100644 index 0000000..435b465 Binary files /dev/null and b/board-qxwlan_e2600ac.qca4019 differ