From 31aeae07748254abf611f578efaced469c942dee Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 12 Aug 2018 11:31:28 +0200 Subject: [PATCH 1/1] at91: do not build image for at91-q5xr5 The kernel image of the at91-q5xr5 is getting too bing now and this is breaking the build. Remove the image for the at91-q5xr5 from the build to at least build images for the other devices. Signed-off-by: Hauke Mehrtens --- target/linux/at91/image/legacy.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/at91/image/legacy.mk b/target/linux/at91/image/legacy.mk index c6d9ed8108..ae3c163d94 100644 --- a/target/linux/at91/image/legacy.mk +++ b/target/linux/at91/image/legacy.mk @@ -115,7 +115,7 @@ define Device/at91-q5xr5 DEVICE_TITLE := Exegin Q5XR5 KERNEL_SIZE := 2048k endef -TARGET_DEVICES += at91-q5xr5 +#TARGET_DEVICES += at91-q5xr5 define Device/wb45n $(Device/evaluation-fit) -- 2.30.2