summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-11 15:55:15 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-11 15:55:15 +0000
commit8bd793fd2dd661bb57499aa4f40e51bbee2ea2a2 (patch)
treeb32a4e5ae099ffb187a52555d02d460f56e2c068 /target/linux/ar71xx/base-files/lib
parentfe4a400a3b7064aab43cc8e61c9dd859a853ad56 (diff)
ar71xx: add user space support for dir-835-a1
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Patchwork: http://patchwork.openwrt.org/patch/3425/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 4fd48d5cc..93f3a8100 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -225,6 +225,9 @@ ar71xx_board_detect() {
*"DIR-825 rev. C1")
name="dir-825-c1"
;;
+ *"DIR-835 rev. A1")
+ name="dir-835-a1"
+ ;;
*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 c16d184e7..d2538e217 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -109,6 +109,7 @@ platform_check_image() {
dir-615-c1 | \
dir-615-e4 | \
dir-825-c1 | \
+ dir-835-a1 | \
ew-dorin | \
ew-dorin-router | \
mzk-w04nu | \