From dcae3723fdde4ef48ee1336abfbd2d57a2b8cc85 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 24 Jul 2015 09:09:22 +0000 Subject: ramips: add support for STORYLiNK SAP-G3200U3 STORYLiNK SAP-G3200U3 is an AC1200 router based on MT7621AT+MT7602EN+MT7612EN. It has 128MB DDR3, 8MB NOR FLASH, 5-port Gbps switch and 1x USB 3.0. The following patch adds support for this device. Tested and working: * ethernet * both WiFi radios * USB 3.0 * buttons * ethernet switch and USB diag LEDs * UART * GPIOs Tested and not working: * LEDs for WiFi radios (connected with WiFi chips, not supported in mt76?) * failsafe mode (known problem, needs workaround like other MTK based devices) More information in Wiki: http://wiki.openwrt.org/toh/storylink/sap-g3200u3 Signed-off-by: Piotr Dymacz SVN-Revision: 46454 --- target/linux/ramips/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/base-files/etc/board.d/02_network') diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index f896afafee..da1854a415 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -140,6 +140,7 @@ ramips_setup_interfaces() whr-300hp2 | \ whr-600d | \ oy-0001 | \ + sap-g3200u3 | \ wsr-600 | \ wsr-1166 | \ wt1520 | \ -- cgit v1.2.3