diff options
author | Gad Krumholz <gad.krumholz@gmail.com> | 2016-11-27 00:52:53 -0600 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-12-14 18:42:48 +0100 |
commit | 21cb84435a9fcc1b94b30a672d6d3a8751fe9afb (patch) | |
tree | 4631e93396374c38dd9a5fd5eea67c8e6b0d00e5 /target/linux/ar71xx/image/legacy.mk | |
parent | 38ebd1d133e247d80106a71af64587af8dc198c2 (diff) | |
download | upstream-21cb84435a9fcc1b94b30a672d6d3a8751fe9afb.tar.gz upstream-21cb84435a9fcc1b94b30a672d6d3a8751fe9afb.tar.bz2 upstream-21cb84435a9fcc1b94b30a672d6d3a8751fe9afb.zip |
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>
Diffstat (limited to 'target/linux/ar71xx/image/legacy.mk')
-rw-r--r-- | target/linux/ar71xx/image/legacy.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/legacy.mk b/target/linux/ar71xx/image/legacy.mk index 226b66e1df..32590166b9 100644 --- a/target/linux/ar71xx/image/legacy.mk +++ b/target/linux/ar71xx/image/legacy.mk @@ -950,6 +950,7 @@ $(eval $(call SingleProfile,CameoDB120,64kraw,DIR835A1,dir-835-a1,DIR-835-A1,tty $(eval $(call SingleProfile,CameoDB120_8M,64kraw,TEW732BR,tew-732br,TEW-732BR,ttyS0,115200,"00DB120AR9341-RT-120906-NA")) +$(eval $(call SingleProfile,CyberTANGZIP,64k,E2100L,e2100l,E2100L,ttyS0,115200,,1.00.01)) $(eval $(call SingleProfile,CyberTANGZIP,64k,WRT160NL,wrt160nl,WRT160NL,ttyS0,115200,,1.00.01)) $(eval $(call SingleProfile,CyberTANLZMA,64k,MYNETREXT,mynet-rext,MYNET-REXT,ttyS0,115200,$$(mynet_rext_mtdlayout) root=31:2,1.00.01)) |