From f835cb6cc40dd8b7290925d32bf7da89d84fb27c Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Tue, 6 Aug 2013 14:12:02 +0000
Subject: [PATCH] ar71xx: remove duplicate dir505 entry from board detection
 code

https://dev.openwrt.org/ticket/14006

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37723
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index d64e4a0c32..4e3a91c70f 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -399,9 +399,6 @@ ar71xx_board_detect() {
 	*TL-WR2543N*)
 		name="tl-wr2543n"
 		;;
-	*DIR-505-A1)
-		name="dir-505-a1"
-		;;
 	*"DIR-615 rev. C1")
 		name="dir-615-c1"
 		;;
-- 
2.30.2