aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-07 13:48:39 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-07 13:48:39 +0000
commitae745f1d7ffd5fa88ae3e221ef9b4be67d208939 (patch)
tree3c948b72e637718bc5bd3c33086e491041bd2495 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentdf3135f44507b83f525c28105a8ee723ea6b807d (diff)
downloadmaster-187ad058-ae745f1d7ffd5fa88ae3e221ef9b4be67d208939.tar.gz
master-187ad058-ae745f1d7ffd5fa88ae3e221ef9b4be67d208939.tar.bz2
master-187ad058-ae745f1d7ffd5fa88ae3e221ef9b4be67d208939.zip
ar71xx: add support for D-Link DIR-615 rev. Ix board
Based on trunk r46212. Signed-off-by: Jaehoon You <teslamint@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46248 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index df93557bde..9943d6918a 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -411,6 +411,9 @@ ar71xx_board_detect() {
*"DIR-615 rev. E4")
name="dir-615-e4"
;;
+ *"DIR-615 rev. I1")
+ name="dir-615-i1"
+ ;;
*"DIR-825 rev. B1")
name="dir-825-b1"
;;