aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-09-14 20:08:55 +0000
committerJohn Crispin <blogic@openwrt.org>2015-09-14 20:08:55 +0000
commit2539b9f5a333104ace7584a8ed57bd78d697dbbc (patch)
tree1720f2e97b2a52c00d167cb7f3586773c8db3525 /target/linux/ramips/base-files/lib/ramips.sh
parenta93e373506672af2b6b76e723c77cc19449c35c9 (diff)
downloadmaster-187ad058-2539b9f5a333104ace7584a8ed57bd78d697dbbc.tar.gz
master-187ad058-2539b9f5a333104ace7584a8ed57bd78d697dbbc.tar.bz2
master-187ad058-2539b9f5a333104ace7584a8ed57bd78d697dbbc.zip
ramips: add support for Planex DB-WRT01
This patch add support for Planex DB-WRT01. DANBOARD route on the MT7620A SoC with two Ethernet port and a 802.11n 2.4 GHz radio. DANBOARD is Cartoon character. Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46918 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 5cafd4593d..5b6808e0b3 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -97,6 +97,9 @@ ramips_board_detect() {
*"DAP-1350")
name="dap-1350"
;;
+ *"DB-WRT01")
+ name="db-wrt01"
+ ;;
*"DCS-930")
name="dcs-930"
;;