diff options
author | John Crispin <john@openwrt.org> | 2015-11-02 10:17:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-02 10:17:51 +0000 |
commit | 3760b95702b65de9d6d0f6a1029a654e3b11f72f (patch) | |
tree | 1d49305c616b895704867656e7327df82289d96b /target/linux/ramips/base-files/lib | |
parent | 83693c911a3c4788d44815c6c61cd6f7be6542d5 (diff) | |
download | upstream-3760b95702b65de9d6d0f6a1029a654e3b11f72f.tar.gz upstream-3760b95702b65de9d6d0f6a1029a654e3b11f72f.tar.bz2 upstream-3760b95702b65de9d6d0f6a1029a654e3b11f72f.zip |
ramips: add support for Dovado tiny AC
Add support for Dovado tiny AC wifi router.
Soc: mt7620a
ram: 64MB
flash: 8MB
1x usb 2.0
two gigabit lan ports
5ghz wlan is not supported on this board since there is no gpl driverfor mt7610e wifi chip.
Signed-off-by: Andrej Vlasic <andrej.vlasic0@gmail.com>
SVN-Revision: 47348
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 340bc4c3b3..2ed09c9b33 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -145,6 +145,9 @@ ramips_board_detect() { *"DIR-860L B1") name="dir-860l-b1" ;; + *"Dovado Tiny AC") + name="tiny-ac" + ;; *"E1700") name="e1700" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index d3d9df3a0f..33ec8cc854 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -100,6 +100,7 @@ platform_check_image() { sl-r7205|\ tew-691gr|\ tew-692gr|\ + tiny-ac|\ ur-326n4g|\ ur-336un|\ v22rw-2x2|\ |