diff options
author | John Crispin <john@openwrt.org> | 2015-09-14 20:08:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-09-14 20:08:55 +0000 |
commit | 2efdc7c896fcd846e9a4732f93dc36e095d37a07 (patch) | |
tree | 22368ebeb63b94f3db146f09324ecc53563f6115 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 06a180d027a95f138ab4ce1e545e723661413128 (diff) | |
download | upstream-2efdc7c896fcd846e9a4732f93dc36e095d37a07.tar.gz upstream-2efdc7c896fcd846e9a4732f93dc36e095d37a07.tar.bz2 upstream-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-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
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" ;; |