ralink: add mt7620n support

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38823
This commit is contained in:
John Crispin
2013-11-16 20:28:52 +00:00
parent 5fbfffe7f4
commit dce9b292bf
8 changed files with 223 additions and 5 deletions

View File

@@ -120,9 +120,8 @@ get_status_led() {
whr-g300n)
status_led="whr-g300n:green:router"
;;
whr-300hp2)
status_led="buffalo:green:status"
;;
wmr300 | \
whr-300hp2 | \
whr-600d)
status_led="buffalo:green:status"
;;

View File

@@ -50,7 +50,8 @@ ramips_setup_interfaces()
;;
3g-6200nl | \
wl-330n)
wl-330n | \
wmr330)
ucidef_set_interface_lan "eth0.1"
;;

View File

@@ -208,6 +208,9 @@ ramips_board_detect() {
*"W502U")
name="w502u"
;;
*"WMR-300")
name="wmr300"
;;
*"WHR-300HP2")
name="whr-300hp2"
;;