ar71xx: add user-space support for the TEW-732BR board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38132
This commit is contained in:
parent
8b920136a0
commit
525fcc6e11
@ -113,7 +113,8 @@ get_status_led() {
|
|||||||
tew-673gru)
|
tew-673gru)
|
||||||
status_led="trendnet:blue:wps"
|
status_led="trendnet:blue:wps"
|
||||||
;;
|
;;
|
||||||
tew-712br)
|
tew-712br|\
|
||||||
|
tew-732br)
|
||||||
status_led="trendnet:green:power"
|
status_led="trendnet:green:power"
|
||||||
;;
|
;;
|
||||||
tl-mr3020)
|
tl-mr3020)
|
||||||
|
@ -126,6 +126,10 @@ tew-712br)
|
|||||||
ucidef_set_led_wlan "wlan" "WLAN" "trendnet:green:wlan" "phy0tpt"
|
ucidef_set_led_wlan "wlan" "WLAN" "trendnet:green:wlan" "phy0tpt"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
tew-732br)
|
||||||
|
ucidef_set_led_netdev "wan" "WAN" "trendnet:green:wan" "eth1"
|
||||||
|
;;
|
||||||
|
|
||||||
tl-mr11u | \
|
tl-mr11u | \
|
||||||
tl-mr3020 | \
|
tl-mr3020 | \
|
||||||
tl-mr3040)
|
tl-mr3040)
|
||||||
|
@ -405,6 +405,9 @@ ar71xx_board_detect() {
|
|||||||
*TEW-712BR)
|
*TEW-712BR)
|
||||||
name="tew-712br"
|
name="tew-712br"
|
||||||
;;
|
;;
|
||||||
|
*TEW-732BR)
|
||||||
|
name="tew-732br"
|
||||||
|
;;
|
||||||
*"TL-WR1041N v2")
|
*"TL-WR1041N v2")
|
||||||
name="tl-wr1041n-v2"
|
name="tl-wr1041n-v2"
|
||||||
;;
|
;;
|
||||||
|
@ -122,6 +122,7 @@ platform_check_image() {
|
|||||||
mzk-w300nh | \
|
mzk-w300nh | \
|
||||||
tew-632brp | \
|
tew-632brp | \
|
||||||
tew-712br | \
|
tew-712br | \
|
||||||
|
tew-732br | \
|
||||||
wrt400n | \
|
wrt400n | \
|
||||||
airrouter | \
|
airrouter | \
|
||||||
bullet-m | \
|
bullet-m | \
|
||||||
|
Loading…
Reference in New Issue
Block a user