diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-12 11:31:28 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-12 11:31:28 +0200 |
commit | 9cc774f91abb1146192598ed8eb9921479b0a242 (patch) | |
tree | 114d726562e6d84715b683e6b9307661ef5ad082 /target | |
parent | 508adbd871df2264400bbaf89c7f3f4740aab23c (diff) | |
download | mtk-20170518-9cc774f91abb1146192598ed8eb9921479b0a242.zip mtk-20170518-9cc774f91abb1146192598ed8eb9921479b0a242.tar.gz mtk-20170518-9cc774f91abb1146192598ed8eb9921479b0a242.tar.bz2 |
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 <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/at91/image/legacy.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/image/legacy.mk b/target/linux/at91/image/legacy.mk index c6d9ed8..ae3c163 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) |