Skip to content
Snippets Groups Projects
Select Git revision
  • a54e7654cda80c8b9ea3fc991719c1e254c4f995
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

0093-ar71xx-enable-sysupgrade-for-the-OpenMesh-OM2P-HSv3.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0093-ar71xx-enable-sysupgrade-for-the-OpenMesh-OM2P-HSv3.patch 1.43 KiB
    From: Sven Eckelmann <sven.eckelmann@open-mesh.com>
    Date: Fri, 20 May 2016 18:03:50 +0200
    Subject: ar71xx: enable sysupgrade for the OpenMesh OM2P-HSv3
    
    Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
    
    Forwarded: https://patchwork.ozlabs.org/patch/637054/
    
    diff --git a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
    index 209cdaa..0e8ea27 100644
    --- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
    +++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
    @@ -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
     			;;
    diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    index aeb4577..9b26e73 100755
    --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    @@ -306,6 +306,7 @@ platform_check_image() {
     	om2pv2 | \
     	om2p-hs | \
     	om2p-hsv2 | \
    +	om2p-hsv3 | \
     	om2p-lc | \
     	om5p | \
     	om5p-an | \
    @@ -541,6 +542,7 @@ platform_do_upgrade() {
     	om2pv2 | \
     	om2p-hs | \
     	om2p-hsv2 | \
    +	om2p-hsv3 | \
     	om2p-lc | \
     	om5p | \
     	om5p-an | \