X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Fupgrade%2Fplatform.sh;h=17103ab5ec2daa74ffb07197d2691441f8f10c08;hb=0d5c4abece5ac9edc755b5d75c93388dc0fe3aab;hp=910da52bb772e784fa98f3f23574d2f08f947821;hpb=93ece31bfb726a1b8a59efa097eda0ece7ca9283;p=openwrt.git diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 910da52bb7..17103ab5ec 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -186,6 +186,7 @@ platform_check_image() { tew-712br | \ tew-732br | \ wrt400n | \ + airgateway | \ airrouter | \ bullet-m | \ nanostation-m | \ @@ -244,7 +245,8 @@ platform_check_image() { om2pv2 | \ om2p-hs | \ om2p-hsv2 | \ - om2p-lc) + om2p-lc | \ + om5p) platform_check_image_openmesh "$magic_long" "$1" && return 0 return 1 ;; @@ -353,6 +355,7 @@ platform_check_image() { pb42 | \ pb44 | \ all0305 | \ + eap300v2 | \ eap7660d | \ ja76pf | \ ja76pf2 | \ @@ -407,6 +410,7 @@ platform_do_upgrade() { all0315n ) platform_do_upgrade_allnet "0x9f080000" "$ARGV" ;; + eap300v2 |\ cap4200ag) platform_do_upgrade_allnet "0xbf0a0000" "$ARGV" ;; @@ -420,7 +424,8 @@ platform_do_upgrade() { om2pv2 | \ om2p-hs | \ om2p-hsv2 | \ - om2p-lc) + om2p-lc | \ + om5p) platform_do_upgrade_openmesh "$ARGV" ;; uap-pro)