diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-05 10:41:48 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-05 10:41:48 +0000 |
commit | be659a7693cfc212ef72a3012bb915ade136fb7a (patch) | |
tree | 5212e22e9141ae1edecd3851be1220eb1411dd60 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 0c4be452a32c90e50c9300554801dfabb1bdc5bd (diff) |
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 <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37703 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 14fdfb1e8f..d64e4a0c32 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" ;; |