summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-12 14:55:00 +0000
committerJohn Crispin <john@openwrt.org>2014-11-12 14:55:00 +0000
commitbfcdc8711cc437f836fa529183e35c0e845da4fc (patch)
tree79e874d2d887d4218e1282f3a7582803d4744e89 /target/linux/ramips/base-files/lib
parent86e3315ecee80c6cd0b0728e119866f735d4f910 (diff)
downloadmaster-31e0f0ae-bfcdc8711cc437f836fa529183e35c0e845da4fc.tar.gz
master-31e0f0ae-bfcdc8711cc437f836fa529183e35c0e845da4fc.tar.bz2
master-31e0f0ae-bfcdc8711cc437f836fa529183e35c0e845da4fc.zip
ralink: fix up dts for mt7621 eval board
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43238
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 7538876697..fcb8fdcf0b 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -355,6 +355,9 @@ ramips_board_detect() {
*"Lenovo Y1S")
name="y1s"
;;
+ *"Mediatek MT7621 evaluation board")
+ name="mt7621"
+ ;;
*"Mediatek MT7628AN evaluation board")
name="mt7628"
;;