[openwrt/openwrt] ipq-wifi: add board-2.bin for OpenMesh A42

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 12 23:01:42 PST 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/28b2a8cb829d204f9f57892a456eee3991fb0152

commit 28b2a8cb829d204f9f57892a456eee3991fb0152
Author: Sven Eckelmann <sven.eckelmann at open-mesh.com>
AuthorDate: Thu Nov 30 14:30:06 2017 +0100

    ipq-wifi: add board-2.bin for OpenMesh A42
    
    Signed-off-by: Sven Eckelmann <sven.eckelmann at open-mesh.com>
---
 package/firmware/ipq-wifi/Makefile               |   3 ++-
 package/firmware/ipq-wifi/board-openmesh_a42.bin | Bin 0 -> 85372 bytes
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index 95c5627..4af3648 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -13,7 +13,7 @@ endef
 define Build/Compile
 endef
 
-ALLWIFIBOARDS:=fritz4040
+ALLWIFIBOARDS:=fritz4040 openmesh_a42
 ALLWIFIPACKAGES:=$(foreach BOARD,$(ALLWIFIBOARDS),ipq-wifi-$(BOARD))
 
 define Package/ipq-wifi-default
@@ -48,5 +48,6 @@ Don't install it for any other device!
 endef
 
 $(eval $(call generate-ipq-wifi-package,fritz4040,board-fritz4040.bin,AVM FRITZBox 4040))
+$(eval $(call generate-ipq-wifi-package,openmesh_a42,board-openmesh_a42.bin,OpenMesh A42))
 
 $(foreach PACKAGE,$(ALLWIFIPACKAGES),$(eval $(call BuildPackage,$(PACKAGE))))
diff --git a/package/firmware/ipq-wifi/board-openmesh_a42.bin b/package/firmware/ipq-wifi/board-openmesh_a42.bin
new file mode 100644
index 0000000..9ac5921
Binary files /dev/null and b/package/firmware/ipq-wifi/board-openmesh_a42.bin differ



More information about the lede-commits mailing list