From 7d83bcf0bf1a66a8e956bdcb75c3e8a275b94eee Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 19 Nov 2014 09:20:47 +0000 Subject: ar71xx: Added support for D-link DHP-1565 rev. A1 Signed-off-by: Jacek Kikiewicz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43307 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') 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" ;; -- cgit v1.2.3