aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-24 09:09:22 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-24 09:09:22 +0000
commitf321f09da7adfa5aa8dd0c3dcee8dfc5628811d4 (patch)
tree703c4e0edad3d05c5f7855eb90e288aacba3a1db /target/linux/ramips/base-files/lib
parenta45e4b063444ee8ab4b862b7f9e1b24a4737abaa (diff)
downloadmaster-187ad058-f321f09da7adfa5aa8dd0c3dcee8dfc5628811d4.tar.gz
master-187ad058-f321f09da7adfa5aa8dd0c3dcee8dfc5628811d4.tar.bz2
master-187ad058-f321f09da7adfa5aa8dd0c3dcee8dfc5628811d4.zip
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 <pepe2k@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46454 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
-rwxr-xr-xtarget/linux/ramips/base-files/lib/upgrade/platform.sh1
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 d7fd5f91aa..b0a4506ad7 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -307,6 +307,9 @@ ramips_board_detect() {
*"Sparklan WCR-150GN")
name="wcr-150gn"
;;
+ *"STORYLiNK SAP-G3200U3")
+ name="sap-g3200u3"
+ ;;
*"V22RW-2X2")
name="v22rw-2x2"
;;
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh
index 04af3225be..8221997a0a 100755
--- a/target/linux/ramips/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh
@@ -90,6 +90,7 @@ platform_check_image() {
rt-n15 | \
rt-n56u | \
rut5xx | \
+ sap-g3200u3 | \
sl-r7205 | \
tew-691gr | \
tew-692gr | \