mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: add user-space support for the TL-WR710N board
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3873/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37573 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -136,6 +136,7 @@ get_status_led() {
|
||||
tl-mr10u | \
|
||||
tl-wdr4300 | \
|
||||
tl-wr703n | \
|
||||
tl-wr710n | \
|
||||
tl-wr720n-v3)
|
||||
status_led="tp-link:blue:system"
|
||||
;;
|
||||
|
||||
@@ -228,6 +228,7 @@ jwap003 |\
|
||||
pb42 |\
|
||||
pb44 |\
|
||||
routerstation|\
|
||||
tl-wr710n |\
|
||||
tl-wr720n-v3|\
|
||||
wpe72)
|
||||
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
||||
|
||||
@@ -85,6 +85,9 @@ tplink_board_detect() {
|
||||
"070300"*)
|
||||
model="TP-Link TL-WR703N"
|
||||
;;
|
||||
"071000"*)
|
||||
model="TP-Link TL-WR710N"
|
||||
;;
|
||||
"072001"*)
|
||||
model="TP-Link TL-WR720N"
|
||||
;;
|
||||
|
||||
@@ -171,6 +171,7 @@ platform_check_image() {
|
||||
tl-wdr3500 | \
|
||||
tl-wdr4300 | \
|
||||
tl-wr703n | \
|
||||
tl-wr710n | \
|
||||
tl-wr720n-v3 | \
|
||||
tl-wr741nd | \
|
||||
tl-wr741nd-v4 | \
|
||||
|
||||
Reference in New Issue
Block a user