mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
CC: ar71xx: Added missing support for Linksys E2100L
It's based on the WRT160NL according to https://wiki.openwrt.org/toh/linksys/e2100l Based on research done here: https://forum.openwrt.org/viewtopic.php?id=24244 and here: https://forum.openwrt.org/viewtopic.php?pid=120791#p120791 this patch was conceived. Signed-off-by: Gad Krumholz <gad.krumholz@gmail.com>
This commit is contained in:
@@ -112,6 +112,13 @@ struct board_info boards[] = {
|
||||
.sn = 0x0f,
|
||||
.flags = {0x3f, 0x00},
|
||||
},
|
||||
{
|
||||
.id = "E2100L",
|
||||
.pattern = "NL1X",
|
||||
.hw_ver = 0x00,
|
||||
.sn = 0x0f,
|
||||
.flags = {0x3f, 0x00},
|
||||
},
|
||||
{
|
||||
.id = "mynet-rext",
|
||||
.pattern = "WDHNSTFH",
|
||||
|
||||
Reference in New Issue
Block a user