2
0
forked from Ivasoft/openwrt

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>
[Jo-Philipp Wich: fix ordering, move addpattern change into separate commit]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Gad Krumholz
2016-11-27 00:52:53 -06:00
committed by Jo-Philipp Wich
parent 38ebd1d133
commit 21cb84435a
6 changed files with 143 additions and 0 deletions

View File

@@ -587,6 +587,17 @@ config ATH79_MACH_DRAGINO2
select ATH79_DEV_ETH
select ATH79_DEV_USB
config ATH79_MACH_E2100L
bool "Linksys E2100L board support"
select SOC_AR913X
select ATH79_DEV_ETH
select ATH79_DEV_GPIO_BUTTONS
select ATH79_DEV_LEDS_GPIO
select ATH79_DEV_M25P80
select ATH79_DEV_USB
select ATH79_DEV_WMAC
select ATH79_NVRAM
config ATH79_MACH_ESR900
bool "EnGenius ESR900 board support"
select SOC_QCA955X