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
This commit is contained in:
parent
9abf24166a
commit
037b42838f
2 changed files with 4 additions and 0 deletions
|
@ -279,6 +279,9 @@ ar71xx_board_detect() {
|
||||||
*"DIR-835 rev. A1")
|
*"DIR-835 rev. A1")
|
||||||
name="dir-835-a1"
|
name="dir-835-a1"
|
||||||
;;
|
;;
|
||||||
|
*"Dragino v2")
|
||||||
|
name="dragino2"
|
||||||
|
;;
|
||||||
*EAP7660D)
|
*EAP7660D)
|
||||||
name="eap7660d"
|
name="eap7660d"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -149,6 +149,7 @@ platform_check_image() {
|
||||||
dir-615-e4 | \
|
dir-615-e4 | \
|
||||||
dir-825-c1 | \
|
dir-825-c1 | \
|
||||||
dir-835-a1 | \
|
dir-835-a1 | \
|
||||||
|
dragino2 | \
|
||||||
ew-dorin | \
|
ew-dorin | \
|
||||||
ew-dorin-router | \
|
ew-dorin-router | \
|
||||||
hornet-ub-x2 | \
|
hornet-ub-x2 | \
|
||||||
|
|
Loading…
Reference in a new issue