diff options
author | John Crispin <john@openwrt.org> | 2014-10-29 18:51:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-29 18:51:02 +0000 |
commit | c0bf47232a91eead7446b722ce2b712658b8303a (patch) | |
tree | 3da82178399b181caa677f305a43505a79b6e3f1 /target/linux/ramips/base-files/lib | |
parent | 8223e7812183daf3180988525529dbc4eed7741c (diff) | |
download | upstream-c0bf47232a91eead7446b722ce2b712658b8303a.tar.gz upstream-c0bf47232a91eead7446b722ce2b712658b8303a.tar.bz2 upstream-c0bf47232a91eead7446b722ce2b712658b8303a.zip |
ralink: fix switch config on mt7530 evb
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43105
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
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 b2b299dc51..e3977aa71d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -229,6 +229,9 @@ ramips_board_detect() { *"Asus RP-N53") name="rp-n53" ;; + *"Ralink MT7620a + MT7530 evaluation board") + name="mt7620a_mt7530" + ;; *"RT-G32 B1") name="rt-g32-b1" ;; |