diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2018-01-29 11:52:51 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-11 16:33:00 +0100 |
commit | 25a72f5a01f80116d4cd0aafd99c0fd091be3fbd (patch) | |
tree | 1a69695a2b70d80c0142d46ad4888c19bf2bf232 /target/linux/ipq806x | |
parent | 80b54b85ada601d51e70cc9b8195cc4b0b88d13c (diff) | |
download | upstream-25a72f5a01f80116d4cd0aafd99c0fd091be3fbd.tar.gz upstream-25a72f5a01f80116d4cd0aafd99c0fd091be3fbd.tar.bz2 upstream-25a72f5a01f80116d4cd0aafd99c0fd091be3fbd.zip |
ipq-wifi: drop OpenMesh A42 board-2.bin
The BDFs for OpenMesh A42 were upstreamed [1] to the ath10k-firmware
repository and are now part of ath10k-firmware 2018-01-26. The
ipq-wifi-openmesh_a42 package can now be dropped because OpenWrt already
ships the QCA4019 board-2.bin from this version.
[1] https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 61b3ec2906..1cae7a5e6f 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -177,7 +177,7 @@ define Device/openmesh_a42 IMAGES = factory.bin sysupgrade.bin IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=A42 IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata - DEVICE_PACKAGES := ath10k-firmware-qca4019 uboot-envtools ipq-wifi-openmesh_a42 + DEVICE_PACKAGES := ath10k-firmware-qca4019 uboot-envtools endef TARGET_DEVICES += openmesh_a42 |