aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/base-files/lib
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-21 20:42:51 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-21 20:42:51 +0000
commitdd4078c18b90befb896280c558ddcdb6f1f0c4d3 (patch)
tree3cbac2cef5edda4c282d2d5eff5d1673cae9e88c /target/linux/mediatek/base-files/lib
parent005a826a7dc2fed1dfdc6f918ecb391333ff99af (diff)
downloadmaster-187ad058-dd4078c18b90befb896280c558ddcdb6f1f0c4d3.tar.gz
master-187ad058-dd4078c18b90befb896280c558ddcdb6f1f0c4d3.tar.bz2
master-187ad058-dd4078c18b90befb896280c558ddcdb6f1f0c4d3.zip
mediatek: bump to v4.4
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49064 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mediatek/base-files/lib')
-rw-r--r--target/linux/mediatek/base-files/lib/mediatek.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/base-files/lib/mediatek.sh b/target/linux/mediatek/base-files/lib/mediatek.sh
index 8466c72ee3..09540326ae 100644
--- a/target/linux/mediatek/base-files/lib/mediatek.sh
+++ b/target/linux/mediatek/base-files/lib/mediatek.sh
@@ -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