Skip to content
Snippets Groups Projects
Unverified Commit 19cb769b authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

Merge pull request #3353 from neocturne/kirkwood-updates

kirkwood-generic: update BROKEN reason, add Linksys EA4500
parents 31933ff1 5ed07dc7
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ local primary_addrs = { ...@@ -122,6 +122,7 @@ local primary_addrs = {
}}, }},
{'kirkwood', 'generic', { {'kirkwood', 'generic', {
'linksys,e4200-v2', 'linksys,e4200-v2',
'linksys,ea4500',
}}, }},
{'mpc85xx', 'p1020', { {'mpc85xx', 'p1020', {
'aerohive,hiveap-330', 'aerohive,hiveap-330',
......
-- Linksys -- Linksys
device('linksys-e4200-v2-viper', 'linksys_e4200-v2', { device('linksys-e4200-v2-viper', 'linksys_e4200-v2', {
broken = true, -- 802.11s untested broken = true, -- no 802.11s support
})
device('linksys-ea4500-viper', 'linksys_ea4500', {
broken = true, -- no 802.11s support
}) })
...@@ -29,6 +29,6 @@ $(eval $(call GluonTarget,x86,64)) ...@@ -29,6 +29,6 @@ $(eval $(call GluonTarget,x86,64))
ifeq ($(BROKEN),1) ifeq ($(BROKEN),1)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested $(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,bcm27xx,bcm2711)) # BROKEN: No 11s support, no reset button, sys LED issues $(eval $(call GluonTarget,bcm27xx,bcm2711)) # BROKEN: No 11s support, no reset button, sys LED issues
$(eval $(call GluonTarget,kirkwood,generic)) # BROKEN: 11s support untested $(eval $(call GluonTarget,kirkwood,generic)) # BROKEN: No devices with 11s support
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support $(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment