ramips: rt305x: add initial support for Tenda W306R V2.0

More device info at: http://wiki.openwrt.org/toh/tenda/w306r

Signed-off-by: David Pearce <David_18051985@hotmail.com.au>
[juhosg: fix checkpatch errors, remove kmod-phy and luci-ssl packages
from the profile, change broken GPIO number]

SVN-Revision: 31396
This commit is contained in:
Gabor Juhos
2012-04-21 12:30:40 +00:00
parent 88b5827c52
commit fc88a363c0
14 changed files with 120 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ preinit_set_mac_address() {
hw550-3g |\
nbg-419n |\
omni-emb |\
w306r-v20 |\
w502u |\
wl-330n |\
wr6202 |\

View File

@@ -134,6 +134,9 @@ ramips_board_name() {
*"Sitecom WL-351 v1 002")
name="wl-351"
;;
*"Tenda W306R V2.0")
name="w306r-v20"
;;
*"Ralink V11ST-FE")
name="v11st-fe"
;;

View File

@@ -32,6 +32,7 @@ platform_check_image() {
rt-n15 | \
rt-n56u | \
sl-r7205 | \
w306r-v20 |\
w502u |\
wr6202 |\
v22rw-2x2 | \