mirror of https://github.com/hak5/openwrt.git
ar71xx: enable sysupgrade for the OpenMesh A40
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>openwrt-18.06
parent
640f9158e2
commit
c6e1bb2ace
|
@ -42,6 +42,7 @@ platform_check_image_target_openmesh()
|
||||||
|
|
||||||
case "$img_board_target" in
|
case "$img_board_target" in
|
||||||
A60)
|
A60)
|
||||||
|
[ "$board" = "a40" ] && return 0
|
||||||
[ "$board" = "a60" ] && return 0
|
[ "$board" = "a60" ] && return 0
|
||||||
echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
|
echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
|
||||||
return 1
|
return 1
|
||||||
|
|
|
@ -498,6 +498,7 @@ platform_check_image() {
|
||||||
tplink_pharos_check_image "$1" && return 0
|
tplink_pharos_check_image "$1" && return 0
|
||||||
return 1
|
return 1
|
||||||
;;
|
;;
|
||||||
|
a40|\
|
||||||
a60|\
|
a60|\
|
||||||
mr1750v2|\
|
mr1750v2|\
|
||||||
mr1750|\
|
mr1750|\
|
||||||
|
@ -678,6 +679,7 @@ platform_do_upgrade() {
|
||||||
tew-673gru)
|
tew-673gru)
|
||||||
platform_do_upgrade_dir825b "$ARGV"
|
platform_do_upgrade_dir825b "$ARGV"
|
||||||
;;
|
;;
|
||||||
|
a40|\
|
||||||
a60|\
|
a60|\
|
||||||
mr1750v2|\
|
mr1750v2|\
|
||||||
mr1750|\
|
mr1750|\
|
||||||
|
|
Loading…
Reference in New Issue