forked from Ivasoft/openwrt
ar71xx: add user-space support for TP-Link TL-WDR4900 v2.0 board
Patch-by: TenNinjas <tenninjas@tenninjas.ca> Patchwork: http://patchwork.openwrt.org/patch/4849/ [juhosg: - use the Archer C7 specific LED setup instead of adding identical code] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39636
This commit is contained in:
@@ -183,6 +183,9 @@ tplink_board_detect() {
|
||||
"431000"*)
|
||||
model="TP-Link TL-WDR4310"
|
||||
;;
|
||||
"49000002")
|
||||
model="TP-Link TL-WDR4900"
|
||||
;;
|
||||
"453000"*)
|
||||
model="MERCURY MW4530R"
|
||||
;;
|
||||
@@ -495,6 +498,9 @@ ar71xx_board_detect() {
|
||||
*"TL-WDR3600/4300/4310")
|
||||
name="tl-wdr4300"
|
||||
;;
|
||||
*"TL-WDR4900 v2")
|
||||
name="tl-wdr4900-v2"
|
||||
;;
|
||||
*TL-WR741ND)
|
||||
name="tl-wr741nd"
|
||||
;;
|
||||
|
||||
@@ -239,6 +239,7 @@ platform_check_image() {
|
||||
tl-wa901nd-v3 | \
|
||||
tl-wdr3500 | \
|
||||
tl-wdr4300 | \
|
||||
tl-wdr4900-v2 | \
|
||||
tl-wr703n | \
|
||||
tl-wr710n | \
|
||||
tl-wr720n-v3 | \
|
||||
|
||||
Reference in New Issue
Block a user