From 758db555617e3b459dbc5bc5f69f0c4096af1ff3 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 30 Jan 2014 17:08:02 +0000 Subject: 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 Patchwork: http://patchwork.openwrt.org/patch/4801/ Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39429 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index ce7836745e..3893747426 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" ;; -- cgit v1.2.3