diff options
author | John Crispin <john@openwrt.org> | 2015-07-07 13:48:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-07 13:48:39 +0000 |
commit | d5352182303474edba37d84563e3733457ac8b85 (patch) | |
tree | c9d08864216974484fc9aaf08afd96a1c93b5d7e /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 8f0e96ee118781602ab67282b66a0b25fcf7692b (diff) | |
download | upstream-d5352182303474edba37d84563e3733457ac8b85.tar.gz upstream-d5352182303474edba37d84563e3733457ac8b85.tar.bz2 upstream-d5352182303474edba37d84563e3733457ac8b85.zip |
ar71xx: add support for D-Link DIR-615 rev. Ix board
Based on trunk r46212.
Signed-off-by: Jaehoon You <teslamint@gmail.com>
SVN-Revision: 46248
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |