summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-24 09:11:56 +0000
committerJohn Crispin <john@openwrt.org>2015-07-24 09:11:56 +0000
commite04e44a2234d1bf25fa406e57b38aee2c05344e2 (patch)
treedfd8f9cd977ba2120197082c5160a61816a20437 /target/linux/ramips/base-files
parent7449ea88db715d5c3da9e1a45968ea1ee7459e73 (diff)
downloadmaster-31e0f0ae-e04e44a2234d1bf25fa406e57b38aee2c05344e2.tar.gz
master-31e0f0ae-e04e44a2234d1bf25fa406e57b38aee2c05344e2.tar.bz2
master-31e0f0ae-e04e44a2234d1bf25fa406e57b38aee2c05344e2.zip
ramips: add subtarget for mt7688
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46473
Diffstat (limited to 'target/linux/ramips/base-files')
-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 b0a4506ad7..7db6d370e8 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -424,6 +424,9 @@ ramips_board_detect() {
*"Mediatek MT7628AN evaluation board")
name="mt7628"
;;
+ *"Mediatek MT7688 evaluation board")
+ name="mt7688"
+ ;;
*"Planex MZK-DP150N")
name="mzk-dp150n"
;;