mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: add user-space support for the TEW-732BR board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38132 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -113,7 +113,8 @@ get_status_led() {
|
||||
tew-673gru)
|
||||
status_led="trendnet:blue:wps"
|
||||
;;
|
||||
tew-712br)
|
||||
tew-712br|\
|
||||
tew-732br)
|
||||
status_led="trendnet:green:power"
|
||||
;;
|
||||
tl-mr3020)
|
||||
|
||||
@@ -126,6 +126,10 @@ tew-712br)
|
||||
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-mr3020 | \
|
||||
tl-mr3040)
|
||||
|
||||
@@ -405,6 +405,9 @@ ar71xx_board_detect() {
|
||||
*TEW-712BR)
|
||||
name="tew-712br"
|
||||
;;
|
||||
*TEW-732BR)
|
||||
name="tew-732br"
|
||||
;;
|
||||
*"TL-WR1041N v2")
|
||||
name="tl-wr1041n-v2"
|
||||
;;
|
||||
|
||||
@@ -122,6 +122,7 @@ platform_check_image() {
|
||||
mzk-w300nh | \
|
||||
tew-632brp | \
|
||||
tew-712br | \
|
||||
tew-732br | \
|
||||
wrt400n | \
|
||||
airrouter | \
|
||||
bullet-m | \
|
||||
|
||||
Reference in New Issue
Block a user