Skip to content

Commit

Permalink
kirkwood-generic: add Linksys EA4500
Browse files Browse the repository at this point in the history
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: Matthias Schiffer <[email protected]>
  • Loading branch information
neocturne committed Oct 10, 2024
1 parent b03393b commit 5ed07dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ local primary_addrs = {
}},
{'kirkwood', 'generic', {
'linksys,e4200-v2',
'linksys,ea4500',
}},
{'mpc85xx', 'p1020', {
'aerohive,hiveap-330',
Expand Down
4 changes: 4 additions & 0 deletions targets/kirkwood-generic
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 5ed07dc

Please sign in to comment.