diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-19 09:20:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-19 09:20:47 +0000 |
commit | 7d83bcf0bf1a66a8e956bdcb75c3e8a275b94eee (patch) | |
tree | 0edb1bcda0fdd420624d2ec4b664125077718930 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 7b609683dca04f99250acb77057300fe527b6d42 (diff) | |
download | upstream-7d83bcf0bf1a66a8e956bdcb75c3e8a275b94eee.tar.gz upstream-7d83bcf0bf1a66a8e956bdcb75c3e8a275b94eee.tar.bz2 upstream-7d83bcf0bf1a66a8e956bdcb75c3e8a275b94eee.zip |
ar71xx: Added support for D-link DHP-1565 rev. A1
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43307 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |