diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-29 18:51:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-29 18:51:02 +0000 |
commit | 344d6e184b41e5a165824f2c7fee2c09097e5b7e (patch) | |
tree | 943e001eb897c9f7283e5349704642ac4425099e /target/linux/ramips/base-files/lib | |
parent | 13006543e009482095ecf573d93f6787a5709093 (diff) | |
download | upstream-344d6e184b41e5a165824f2c7fee2c09097e5b7e.tar.gz upstream-344d6e184b41e5a165824f2c7fee2c09097e5b7e.tar.bz2 upstream-344d6e184b41e5a165824f2c7fee2c09097e5b7e.zip |
ralink: fix switch config on mt7530 evb
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43105 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |