Skip to content
Snippets Groups Projects
Select Git revision
  • a40d3cddbae51dca6698388dc7910a77fcebe085
  • v2018.2.x default protected
  • 0x4A6F-rpi4
  • 0x4A6F-master
  • master
  • v2018.2.2-ffs
  • v2016.2.4-batmanbug
  • radv-filterd
  • v2016.2.x
  • hoodselector
  • v2016.1.x
  • babel
  • v2015.1.x
  • 2014.4.x
  • 2014.3.x
  • v2018.2.2-ffs0.1
  • v2018.2.1-ffs0.1
  • v2018.2.1
  • v2018.2-ffs0.1
  • v2018.2
  • v2018.1.4
  • v2018.1.3
  • v2018.1.2
  • v2018.1.1
  • v2018.1
  • v2017.1.8
  • v2017.1.7
  • v2017.1.6
  • v2017.1.5
  • v2017.1.4
  • v2017.1.3
  • v2017.1.2
  • v2016.2.7
  • v2017.1.1
  • v2017.1
35 results

0035-lua-fix-installation-of-headers-for-host-build.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 | \