aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-12 14:55:00 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-12 14:55:00 +0000
commit8576ed988b92543a9a027c5c4939ff0923d7870f (patch)
treef6d816be08099d649cec4a98ad2dc62cfbc88595 /target/linux/ramips/base-files
parentaddf7b958d754b5c4a713f900f13eff4fccb6641 (diff)
downloadupstream-8576ed988b92543a9a027c5c4939ff0923d7870f.tar.gz
upstream-8576ed988b92543a9a027c5c4939ff0923d7870f.tar.bz2
upstream-8576ed988b92543a9a027c5c4939ff0923d7870f.zip
ralink: fix up dts for mt7621 eval board
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43238 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network1
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index a53a032b7d..c5957b393a 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -115,6 +115,7 @@ ramips_setup_interfaces()
dir-320-b1 | \
dir-615-h1 | \
hlk-rm04 | \
+ mt7621 | \
mt7628 | \
mzk-w300nh2 | \
mzk-750dhp | \
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"
;;