[openwrt/openwrt] uboot-envtools: add OpenMesh A42 support

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


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

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

    uboot-envtools: add OpenMesh A42 support
    
    Signed-off-by: Sven Eckelmann <sven.eckelmann at open-mesh.com>
---
 package/boot/uboot-envtools/files/ipq | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/boot/uboot-envtools/files/ipq b/package/boot/uboot-envtools/files/ipq
index 4618aac..441ba48 100644
--- a/package/boot/uboot-envtools/files/ipq
+++ b/package/boot/uboot-envtools/files/ipq
@@ -34,6 +34,9 @@ case "$board" in
 linksys,ea8500)
 	ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
 	;;
+openmesh,a42)
+	ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000"
+	;;
 qcom,ipq8064-ap148 |\
 qcom,ipq8064-db149)
 	ubootenv_add_uci_config $(ubootenv_mtdinfo)



More information about the lede-commits mailing list