mediatek: bump to v4.4

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

SVN-Revision: 49064
This commit is contained in:
John Crispin
2016-03-21 20:42:51 +00:00
parent c8a6c583fc
commit 5d2f529c9b
132 changed files with 22597 additions and 49267 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2015 OpenWrt.org
# Copyright (C) 2016 OpenWrt.org
#
mediatek_board_detect() {
@@ -10,7 +10,7 @@ mediatek_board_detect() {
machine=$(cat /proc/device-tree/model)
case "$machine" in
"MediaTek MT7623 Evaluation Board")
"MediaTek MT7623 evaluation board")
name="mt7623_evb"
;;
esac