summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-09-14 20:08:55 +0000
committerJohn Crispin <john@openwrt.org>2015-09-14 20:08:55 +0000
commit2efdc7c896fcd846e9a4732f93dc36e095d37a07 (patch)
tree22368ebeb63b94f3db146f09324ecc53563f6115 /target/linux/ramips/base-files/lib/ramips.sh
parent06a180d027a95f138ab4ce1e545e723661413128 (diff)
downloadmaster-31e0f0ae-2efdc7c896fcd846e9a4732f93dc36e095d37a07.tar.gz
master-31e0f0ae-2efdc7c896fcd846e9a4732f93dc36e095d37a07.tar.bz2
master-31e0f0ae-2efdc7c896fcd846e9a4732f93dc36e095d37a07.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> SVN-Revision: 46918
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"
;;