add profile for tenda w150m board

http://patchwork.openwrt.org/patch/3371/

Signed-off-by: Chi Zhang <zhangchi866@gmail.com>

SVN-Revision: 36176
This commit is contained in:
John Crispin
2013-04-03 10:00:21 +00:00
parent 7e54357bd5
commit 93899a1329
8 changed files with 110 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ get_status_led() {
3g-6200n)
status_led="edimax:green:power"
;;
3g300m)
3g300m | w150m)
status_led="tenda:blue:ap"
;;
argus-atp52b)

View File

@@ -85,6 +85,7 @@ case "$FIRMWARE" in
v11st-fe | \
v22rw-2x2 | \
w306r-v20 | \
w150m | \
w502u | \
wcr-150gn | \
whr-g300n | \

View File

@@ -38,6 +38,7 @@ ramips_setup_interfaces()
case $board in
3g300m | \
w150m | \
all0256n | \
all5002 | \
broadway)
@@ -156,6 +157,7 @@ ramips_setup_macs()
;;
3g-6200n | \
3g300m | \
w150m | \
air3gii | \
argus-atp52b | \
bc2 | \

View File

@@ -12,6 +12,7 @@ preinit_set_mac_address() {
3g-6200n |\
3g-6200nl |\
3g300m | \
w150m | \
mzk-w300nh2 |\
wl-330n |\
wl-330n3g)

View File

@@ -180,6 +180,9 @@ ramips_board_detect() {
*"Tenda W306R V2.0")
name="w306r-v20"
;;
*"Tenda W150M")
name="w150m"
;;
*"TEW-691GR")
name="tew-691gr"
;;

View File

@@ -17,6 +17,7 @@ platform_check_image() {
3g-6200n | \
3g-6200nl | \
3g300m | \
w150m | \
air3gii | \
all0239-3g | \
all0256n | \