diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-06 14:12:02 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-06 14:12:02 +0000 |
commit | f952025bed949bc78a2db8aa4b77929f76a698b9 (patch) | |
tree | 2f5e8573c0f3441375ddd16606665ad7b165f886 /target | |
parent | 4b5955f4d190a4dba45da58266b11f69df13e86c (diff) |
ar71xx: remove duplicate dir505 entry from board detection code
https://dev.openwrt.org/ticket/14006
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37723 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 0 insertions, 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" ;; |