From 553a46972830d8a0eff4265eed150da49f050634 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 5 Aug 2013 10:41:48 +0000 Subject: ar71xx: add support for dir 505 a1 this patch is based on ... -> https://forum.openwrt.org/viewtopic.php?pid=179902#p179902 Signed-off-by: John Crispin SVN-Revision: 37703 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 ++++++ 1 file changed, 6 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 14fdfb1..d64e4a0 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -243,6 +243,9 @@ ar71xx_board_detect() { *"DB120 reference board") name="db120" ;; + *"DIR-505 rev. A1") + name="dir-505-a1" + ;; *"DIR-600 rev. A1") name="dir-600-a1" ;; @@ -396,6 +399,9 @@ ar71xx_board_detect() { *TL-WR2543N*) name="tl-wr2543n" ;; + *DIR-505-A1) + name="dir-505-a1" + ;; *"DIR-615 rev. C1") name="dir-615-c1" ;; -- cgit v1.1