Skip to content
Snippets Groups Projects
Unverified Commit 5ed07dc7 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

kirkwood-generic: add Linksys EA4500


The hardware is identical to the E4200 v2, so no 11s support. Added to
have more devices for testing the ARMv5 ISA.

Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
parent b03393b2
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ local primary_addrs = {
}},
{'kirkwood', 'generic', {
'linksys,e4200-v2',
'linksys,ea4500',
}},
{'mpc85xx', 'p1020', {
'aerohive,hiveap-330',
......
......@@ -3,3 +3,7 @@
device('linksys-e4200-v2-viper', 'linksys_e4200-v2', {
broken = true, -- no 802.11s support
})
device('linksys-ea4500-viper', 'linksys_ea4500', {
broken = true, -- no 802.11s support
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment