From 3760b95702b65de9d6d0f6a1029a654e3b11f72f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Nov 2015 10:17:51 +0000 Subject: 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 SVN-Revision: 47348 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') 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" ;; -- cgit v1.2.3