From 8501aae552af5bbd0cf94c18e85425704cd2cd31 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Fri, 5 Jul 2019 21:13:25 +0200 Subject: [PATCH] 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. --- targets/ramips-rt305x | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/ramips-rt305x b/targets/ramips-rt305x index b3f8c89f..bf7f5b1f 100644 --- a/targets/ramips-rt305x +++ b/targets/ramips-rt305x @@ -4,6 +4,7 @@ config '# CONFIG_KERNEL_KALLSYMS is not set' device('a5-v11', 'a5-v11', { deprecated = true, -- 4/32 + broken = true, }) @@ -11,6 +12,7 @@ device('a5-v11', 'a5-v11', { device('d-link-dir-615-h1', 'dir-615-h1', { deprecated = true, -- 4/32 + broken = true, }) device('d-link-dir-615-d', 'dir-615-d', { @@ -21,6 +23,7 @@ device('d-link-dir-615-d', 'dir-615-d', { 'd-link-dir-615-d4', }, deprecated = true, -- 4/32 + broken = true, })