From d9ff49967145600ff4bbc0f4eecef11fd96f6b16 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 29 Apr 2020 18:04:16 +0200 Subject: [PATCH] kirkwood: disable image for Linksys EA3500 (Audi) Due to the switch to DSA, the kernel image has become too big (2641k) for the kernel partition (2624k) on this device: WARNING: Image file [...]/linux-kirkwood/linksys_audi-uImage is too big Disable the device until this is fixed, so buildbots can continue their work. Signed-off-by: Adrian Schmutzler --- target/linux/kirkwood/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 4ba9f9a1b2..e69e3f125d 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -91,6 +91,7 @@ define Device/linksys_audi UBINIZE_OPTS := -E 5 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi BOARD_NAME := linksys-audi + DEFAULT := n endef TARGET_DEVICES += linksys_audi