mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: add support for the TRENDNet TEW-673GRU board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30376 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -98,6 +98,9 @@ get_status_led() {
|
||||
tew-632brp)
|
||||
status_led="tew-632brp:green:status"
|
||||
;;
|
||||
tew-673gru)
|
||||
status_led="trendnet:blue:wps"
|
||||
;;
|
||||
tl-mr3020)
|
||||
status_led="tp-link:green:wps"
|
||||
;;
|
||||
|
||||
@@ -25,7 +25,8 @@ db120)
|
||||
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
|
||||
;;
|
||||
|
||||
dir-825-b1)
|
||||
dir-825-b1|\
|
||||
tew-673gru)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
|
||||
ucidef_add_switch "rtl8366s" "1" "1"
|
||||
ucidef_add_switch_vlan "rtl8366s" "1" "0 1 2 3 5t"
|
||||
|
||||
@@ -256,6 +256,9 @@ ar71xx_board_detect() {
|
||||
*TEW-632BRP)
|
||||
name="tew-632brp"
|
||||
;;
|
||||
*TEW-673GRU)
|
||||
name="tew-673gru"
|
||||
;;
|
||||
*TL-WR1043ND)
|
||||
name="tl-wr1043nd"
|
||||
;;
|
||||
|
||||
@@ -102,6 +102,7 @@ platform_check_image() {
|
||||
mzk-w04nu | \
|
||||
mzk-w300nh | \
|
||||
tew-632brp | \
|
||||
tew-673gru | \
|
||||
wrt400n | \
|
||||
airrouter | \
|
||||
bullet-m | \
|
||||
|
||||
Reference in New Issue
Block a user