ramips: add user-space support for the Tenda 3G300M

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35245
This commit is contained in:
Gabor Juhos
2013-01-19 17:05:06 +00:00
parent 7eff5d2df0
commit 9891603eb5
7 changed files with 14 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ preinit_set_mac_address() {
case $(ramips_board_name) in
3g-6200n |\
3g300m | \
mzk-w300nh2 |\
wl-330n |\
wl-330n3g)

View File

@@ -182,6 +182,9 @@ ramips_board_name() {
*"Sitecom WL-351 v1 002")
name="wl-351"
;;
*"Tenda 3G300M")
name="3g300m"
;;
*"Tenda W306R V2.0")
name="w306r-v20"
;;

View File

@@ -15,6 +15,7 @@ platform_check_image() {
case "$board" in
3g-6200n | \
3g300m | \
air3gii | \
all0239-3g | \
all0256n | \