summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-01-30 17:08:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-01-30 17:08:02 +0000
commit037b42838f54aa2a90a31901029371c3ae9b8c03 (patch)
treeb76160c0e81f45279a29f3e84cdc837fbb76278a /target
parent9abf24166abe1d13804c98a14c89e1a04e0bf7ec (diff)
downloadmtk-20170518-037b42838f54aa2a90a31901029371c3ae9b8c03.zip
mtk-20170518-037b42838f54aa2a90a31901029371c3ae9b8c03.tar.gz
mtk-20170518-037b42838f54aa2a90a31901029371c3ae9b8c03.tar.bz2
ar71xx: dragino2: add missing sysupgrade support.
The original dragino2 board support was missing some changes from the upstream svn repository (http://svn.dragino.com/dragino2) that supported sysupgrade. [juhosg: change subject] Signed-off-by: Karl Palsson <karlp@remake.is> Patchwork: http://patchwork.openwrt.org/patch/4801/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39429
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh1
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index ce78367..3893747 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -279,6 +279,9 @@ ar71xx_board_detect() {
*"DIR-835 rev. A1")
name="dir-835-a1"
;;
+ *"Dragino v2")
+ name="dragino2"
+ ;;
*EAP7660D)
name="eap7660d"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 9d44f34..b2181af 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -149,6 +149,7 @@ platform_check_image() {
dir-615-e4 | \
dir-825-c1 | \
dir-835-a1 | \
+ dragino2 | \
ew-dorin | \
ew-dorin-router | \
hornet-ub-x2 | \