aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-21 19:47:08 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-21 19:47:08 +0000
commit0498dada8e6fdeeb28312ce693a8c087511caa82 (patch)
tree9222ace15d40cab91dbee282db87070efbca4a93 /target/linux/ramips/base-files
parent317280c283129a65d0e8d08907e9d9cf83a96b22 (diff)
downloadmaster-187ad058-0498dada8e6fdeeb28312ce693a8c087511caa82.tar.gz
master-187ad058-0498dada8e6fdeeb28312ce693a8c087511caa82.tar.bz2
master-187ad058-0498dada8e6fdeeb28312ce693a8c087511caa82.zip
ramips: Add support for ZBT WG3526
The WG3526 is the follow-up to the 2626 and is mostly the same, with the excaption that the mt7602 has been replaced with the mt7603. The internal wifi setup has also changed slightly. Based on my tests, everything that worked on the 2626 works on the 3526 and with roughly the same performance. v1->v2: * Remove some references to 2626 that I had missed in the dts. v2->v3: * Update patch to match new file structure. * Removed SD driver to be consistent with other MT7621 targets. Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49213 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network1
-rw-r--r--target/linux/ramips/base-files/etc/diag.sh3
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
-rwxr-xr-xtarget/linux/ramips/base-files/lib/upgrade/platform.sh1
4 files changed, 7 insertions, 1 deletions
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 2863b8843f..3c958ae06b 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -86,6 +86,7 @@ ramips_setup_interfaces()
wt1520|\
y1|\
zbt-wg2626|\
+ zbt-wg3526|\
youku-yk1)
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index 44353b6cc8..bd0ff05c72 100644
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -66,7 +66,8 @@ get_status_led() {
v11st-fe|\
vocore|\
wmr-300|\
- zbt-wg2626)
+ zbt-wg2626|\
+ zbt-wg3526)
status_led="$board:green:status"
;;
atp-52b|\
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 459de6f84d..550ec55cd2 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -508,6 +508,9 @@ ramips_board_detect() {
*"ZBT-WG2626")
name="zbt-wg2626"
;;
+ *"ZBT-WG3526")
+ name="zbt-wg3526"
+ ;;
*"ZBT-WR8305RT")
name="zbt-wr8305rt"
;;
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh
index e880f60f73..73ba6e61b5 100755
--- a/target/linux/ramips/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh
@@ -151,6 +151,7 @@ platform_check_image() {
zbt-wa05|\
zbt-we826|\
zbt-wg2626|\
+ zbt-wg3526|\
zbt-wr8305rt|\
zte-q7|\
youku-yk1)