diff options
author | John Crispin <john@openwrt.org> | 2014-11-19 09:20:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-19 09:20:47 +0000 |
commit | f210f3811a61f9b90bba3218e3b139fda92b6a23 (patch) | |
tree | 6ed743c5acece55dc7dd404a8f229459ed3e5f84 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 6af2109a6401dfb05e2812c1c95bfc2620aa957d (diff) | |
download | upstream-f210f3811a61f9b90bba3218e3b139fda92b6a23.tar.gz upstream-f210f3811a61f9b90bba3218e3b139fda92b6a23.tar.bz2 upstream-f210f3811a61f9b90bba3218e3b139fda92b6a23.zip |
ar71xx: Added support for D-link DHP-1565 rev. A1
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
SVN-Revision: 43307
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 0f22618522..30163fb21b 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -305,6 +305,9 @@ ar71xx_board_detect() { *"DB120 reference board") name="db120" ;; + *"DHP-1565 rev. A1") + name="dhp-1565-a1" + ;; *"DIR-505 rev. A1") name="dir-505-a1" ;; |