mediatek: sync patches and add more ethernet stability fixes

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

SVN-Revision: 49265
This commit is contained in:
blogic
2016-04-29 11:34:31 +00:00
committed by Jo-Philipp Wich
parent dd16b7748d
commit 23596ca527
95 changed files with 436 additions and 608 deletions

View File

@@ -10,6 +10,9 @@ mediatek_board_detect() {
machine=$(cat /proc/device-tree/model)
case "$machine" in
"MediaTek MT7623 evaluation board")
name="mt7623_evb"
;;
"MediaTek MT7623 eMMC evaluation board")
name="eMMC"
;;