mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: enable sysupgrade for the OpenMesh OM2P-HSv3
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
This commit is contained in:
committed by
Sven Eckelmann
parent
eaf23dc12a
commit
22bd3b1c0c
@@ -63,6 +63,7 @@ platform_check_image_openmesh()
|
||||
[ "$board" = "om2p-lc" ] && break
|
||||
[ "$board" = "om2p-hs" ] && break
|
||||
[ "$board" = "om2p-hsv2" ] && break
|
||||
[ "$board" = "om2p-hsv3" ] && break
|
||||
echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
|
||||
return 1
|
||||
;;
|
||||
|
||||
@@ -299,6 +299,7 @@ platform_check_image() {
|
||||
om2pv2 | \
|
||||
om2p-hs | \
|
||||
om2p-hsv2 | \
|
||||
om2p-hsv3 | \
|
||||
om2p-lc | \
|
||||
om5p | \
|
||||
om5p-an | \
|
||||
@@ -530,6 +531,7 @@ platform_do_upgrade() {
|
||||
om2pv2 | \
|
||||
om2p-hs | \
|
||||
om2p-hsv2 | \
|
||||
om2p-hsv3 | \
|
||||
om2p-lc | \
|
||||
om5p | \
|
||||
om5p-an | \
|
||||
|
||||
Reference in New Issue
Block a user