From: Koen Vandeputte Date: Mon, 29 Oct 2018 14:44:54 +0000 (+0100) Subject: ar71xx: disable ap91-5g due to kernel size X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d6b63f16984b91b489713c772c49fb9982cdf68e;p=openwrt%2Fstaging%2Fnbd.git ar71xx: disable ap91-5g due to kernel size This target causes a build failure as the kernel image does not fit into the kernel partition. As the kernel is located behind the rootfs, it cannot be enlarged as the boot entry location would get altered. Disable this target for now. Signed-off-by: Koen Vandeputte --- diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index fedd37e219..269865af92 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -148,7 +148,6 @@ define Device/ap91-5g IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs |\ pad-to $$$$(ROOTFS_SIZE) | append-kernel | check-size $$$$(IMAGE_SIZE) endef -TARGET_DEVICES += ap91-5g define Device/arduino-yun DEVICE_TITLE := Arduino Yun