mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: add support for TL-WR720N-v4.
The hardware should be almost the same as TL-WR720N-v3. WiFi and LAN networks were tested by "Lo Yuk Fai <loyukfai@gmail.com>". Failsafe and slider switch were tested by "Wong min <alpha080@gmail.com>". Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> Backport of r46046 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46056 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
#define HWID_TL_WDR4900_V1 0x49000001
|
||||
#define HWID_TL_WR703N_V1 0x07030101
|
||||
#define HWID_TL_WR720N_V3 0x07200103
|
||||
#define HWID_TL_WR720N_V4 0x07200104
|
||||
#define HWID_TL_WR741ND_V1 0x07410001
|
||||
#define HWID_TL_WR741ND_V4 0x07410004
|
||||
#define HWID_TL_WR740N_V1 0x07400001
|
||||
@@ -402,6 +403,11 @@ static struct board_info boards[] = {
|
||||
.hw_id = HWID_TL_WR720N_V3,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "4Mlzma",
|
||||
}, {
|
||||
.id = "TL-WR720Nv4",
|
||||
.hw_id = HWID_TL_WR720N_V4,
|
||||
.hw_rev = 1,
|
||||
.layout_id = "4Mlzma",
|
||||
}, {
|
||||
.id = "GL-INETv1",
|
||||
.hw_id = HWID_GL_INET_V1,
|
||||
|
||||
Reference in New Issue
Block a user