summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/upgrade/platform.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-01 08:31:46 +0000
committerJohn Crispin <john@openwrt.org>2015-04-01 08:31:46 +0000
commit449c5f7b30e3ec4d685c11ecf88f3412be6a22cf (patch)
treeb29bf0addf50ee3201e2c1731aefcce3b145617c /target/linux/ramips/base-files/lib/upgrade/platform.sh
parentd542c038c517537665129fa236b8dc57235deeb9 (diff)
downloadmaster-31e0f0ae-449c5f7b30e3ec4d685c11ecf88f3412be6a22cf.tar.gz
master-31e0f0ae-449c5f7b30e3ec4d685c11ecf88f3412be6a22cf.tar.bz2
master-31e0f0ae-449c5f7b30e3ec4d685c11ecf88f3412be6a22cf.zip
ramips: Add support for ZTE Q7
ZTE Q7 is a wireless router with SD Card,USB,1 ethernet port and a battery.It used MT7620a SoC. I can,t find any information about this router on ZTE's website. But I found this : http://en.cctairmobi.com/plus/list.php?tid=40 This router is the same as ZTE Q7 and later I found that both routers are made by the same company:-D This patch adds support for it. Because there is only one port,I disabled VLAN and use eth0 as lan port. I could only create a sysupgrade firmware because I don't know how the orignal webpage check the uploaded image:-( Signed-off-by: 郭传鈜 <gch981213@gmail.com> SVN-Revision: 45208
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade/platform.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/upgrade/platform.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh
index fffbe72cb8..a5773b5e4d 100755
--- a/target/linux/ramips/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh
@@ -114,6 +114,7 @@ platform_check_image() {
xiaomi-miwifi-mini |\
y1 |\
y1s |\
+ zte-q7 |\
zbt-wa05)
[ "$magic" != "27051956" ] && {
echo "Invalid image type."