2
0
forked from Ivasoft/openwrt

add support for the NC-LINK SMART-300

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 42130
This commit is contained in:
Imre Kaloz
2014-08-11 11:44:51 +00:00
parent 43029544e2
commit ecba34a3ee
13 changed files with 251 additions and 0 deletions

View File

@@ -211,6 +211,9 @@ tplink_board_detect() {
"453000"*)
model="MERCURY MW4530R"
;;
"934100"*)
model="NC-LINK SMART-300"
;;
*)
hwver=""
;;
@@ -514,6 +517,9 @@ ar71xx_board_detect() {
*RW2458N)
name="rw2458n"
;;
*"SMART-300")
name="smart-300"
;;
*TEW-632BRP)
name="tew-632brp"
;;

View File

@@ -27,6 +27,7 @@ set_preinit_iface() {
rb-450g |\
routerstation |\
routerstation-pro |\
smart-300 |\
tl-mr3420-v2 |\
tl-wdr4900-v2 |\
tl-wr1043nd-v2 |\

View File

@@ -257,6 +257,7 @@ platform_check_image() {
el-mini | \
gl-inet | \
oolite | \
smart-300 | \
tl-mr10u | \
tl-mr11u | \
tl-mr13u | \