From: Adrian Schmutzler Date: Wed, 29 Apr 2020 16:04:16 +0000 (+0200) Subject: kirkwood: disable image for Linksys EA3500 (Audi) X-Git-Tag: v21.02.0-rc1~2922 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d9ff49967145600ff4bbc0f4eecef11fd96f6b16;hp=3f660249e668d25dec65af3b2259433ed17046c1;p=openwrt%2Fopenwrt.git 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 --- 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