Select Git revision
-
Martin Weinelt authored
0880275d5e brcm2708: Add feature flag rootfs-part b2fba59f10 iptables: bump PKG_RELEASE a2fe698a40 kernel: Added required dependencies for socket match. dff0b2104d kernel: netfilter: Add nf_tproxy_ipv{4,6} and nf_socket_ipv{4,6} 3b8db97a52 tcpdump: update to 4.9.3 96a87b90ef libpcap: update to 1.9.1 a857fc2ded libpcap: update to 1.9.0 31181fa062 kernel: bump 4.14 to 4.14.149 9628612abe kernel: bump 4.14 to 4.14.148 1737131c9d kernel: bump 4.9 to 4.9.196 778243b3b4 kernel: bump 4.14 to 4.14.147 d513f28351 kernel: bump 4.9 to 4.9.195 6f1a71c2d0 apm821xx: fix fan control on highest step compile-tested: ar71xx-generic, ipq40xx runtime-tested: ar71xx-generic (CPE210v1.0)
Martin Weinelt authored0880275d5e brcm2708: Add feature flag rootfs-part b2fba59f10 iptables: bump PKG_RELEASE a2fe698a40 kernel: Added required dependencies for socket match. dff0b2104d kernel: netfilter: Add nf_tproxy_ipv{4,6} and nf_socket_ipv{4,6} 3b8db97a52 tcpdump: update to 4.9.3 96a87b90ef libpcap: update to 1.9.1 a857fc2ded libpcap: update to 1.9.0 31181fa062 kernel: bump 4.14 to 4.14.149 9628612abe kernel: bump 4.14 to 4.14.148 1737131c9d kernel: bump 4.9 to 4.9.196 778243b3b4 kernel: bump 4.14 to 4.14.147 d513f28351 kernel: bump 4.9 to 4.9.195 6f1a71c2d0 apm821xx: fix fan control on highest step compile-tested: ar71xx-generic, ipq40xx runtime-tested: ar71xx-generic (CPE210v1.0)
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 | \