ramips: add proper mt7688 detection

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 46957
This commit is contained in:
John Crispin
2015-09-16 08:31:00 +00:00
parent 85d5b9984d
commit 86a1e46b63
2 changed files with 116 additions and 2 deletions

View File

@@ -6,12 +6,12 @@
. /lib/ramips.sh
ramips_set_preinit_iface() {
RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350|MT7628)"`
RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350|MT7628|MT7688)"`
if [ -n "${RT3X5X}" ]; then
swconfig dev rt305x set reset 1
fi
if echo $RT3X5X | egrep -q "(RT5350|MT7628)"; then
if echo $RT3X5X | egrep -q "(RT5350|MT7628|MT7688)"; then
# This is a dirty hack to get by while the switch
# problem is investigated. When VLAN is disabled, ICMP
# pings work as expected, but TCP connections time