gluon/targets/ramips-rt305x
David Bauer 8501aae552 ramips-rt305x: mark boards with 4M flash as broken
This adds the broken flag to devices with 4MB flash. They tend to lose
their configuration because of missing space for the overlayfs. For this
reason, the boards are marked as broken.
2019-07-05 21:14:38 +02:00

39 lines
560 B
Plaintext

config '# CONFIG_KERNEL_KALLSYMS is not set'
-- A5
device('a5-v11', 'a5-v11', {
deprecated = true, -- 4/32
broken = true,
})
-- D-Link
device('d-link-dir-615-h1', 'dir-615-h1', {
deprecated = true, -- 4/32
broken = true,
})
device('d-link-dir-615-d', 'dir-615-d', {
aliases = {
'd-link-dir-615-d1',
'd-link-dir-615-d2',
'd-link-dir-615-d3',
'd-link-dir-615-d4',
},
deprecated = true, -- 4/32
broken = true,
})
-- VoCore
device('vocore-8M', 'vocore-8M', {
factory = false,
})
device('vocore-16M', 'vocore-16M', {
factory = false,
})