uboot-envtools: add OpenMesh A42 support
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
This commit is contained in:
parent
28b2a8cb82
commit
9514cde2b9
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ case "$board" in
|
||||||
linksys,ea8500)
|
linksys,ea8500)
|
||||||
ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
|
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-ap148 |\
|
||||||
qcom,ipq8064-db149)
|
qcom,ipq8064-db149)
|
||||||
ubootenv_add_uci_config $(ubootenv_mtdinfo)
|
ubootenv_add_uci_config $(ubootenv_mtdinfo)
|
||||||
|
|
Loading…
Reference in a new issue