mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: add user space support for the TL-WDR4300
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32460 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -123,6 +123,9 @@ tplink_board_detect() {
|
||||
"342000"*)
|
||||
model="TP-Link TL-MR3420"
|
||||
;;
|
||||
"430000"*)
|
||||
model="TP-Link TL-WDR4300"
|
||||
;;
|
||||
*)
|
||||
hwver=""
|
||||
;;
|
||||
@@ -309,6 +312,9 @@ ar71xx_board_detect() {
|
||||
*"TL-WA901ND v2")
|
||||
name="tl-wa901nd-v2"
|
||||
;;
|
||||
*TL-WDR4300)
|
||||
name="tl-wdr4300"
|
||||
;;
|
||||
*TL-WR741ND)
|
||||
name="tl-wr741nd"
|
||||
;;
|
||||
|
||||
@@ -131,6 +131,7 @@ platform_check_image() {
|
||||
tl-mr3420 | \
|
||||
tl-wa901nd | \
|
||||
tl-wa901nd-v2 | \
|
||||
tl-wdr4300 | \
|
||||
tl-wr703n | \
|
||||
tl-wr741nd | \
|
||||
tl-wr741nd-v4 | \
|
||||
|
||||
Reference in New Issue
Block a user