diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-03-27 15:12:40 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-03-27 15:39:27 +0200 |
commit | 35d2bbc29ba7f802706bf65585aeb8808fcac622 (patch) | |
tree | 767d325f98785e00ade2df8851e8d3cf9b7bd292 /target | |
parent | eeb8fd4ce7e90ec24287c469628ae528a14daa6f (diff) | |
download | upstream-35d2bbc29ba7f802706bf65585aeb8808fcac622.tar.gz upstream-35d2bbc29ba7f802706bf65585aeb8808fcac622.tar.bz2 upstream-35d2bbc29ba7f802706bf65585aeb8808fcac622.zip |
ipq40xx: stop chromium sub-target builds on the buildbots
the buildbots are having troubles with the image.
They seem to get "Killed" at the last step of the KERNEL rule:
|/cros-vbutil -k zImage.itb.vboot -c "root=PARTUUID=%U/PARTNROFF=1" -o zImage.itb.vboot.new
|make[4]: *** [Makefile:18: zImage.itb.vboot] Killed
Since the Google Wifi (Gale) is currently the only target in
this sub-target. So this means that subtarget has to be disabled
from the time being to not be picked up by the builders.
For people wanting to checkout out OpenWrt on the Google Wifi:
please compile it locally.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq40xx/chromium/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/chromium/target.mk b/target/linux/ipq40xx/chromium/target.mk index 3983a9281a..3ce52d7b42 100644 --- a/target/linux/ipq40xx/chromium/target.mk +++ b/target/linux/ipq40xx/chromium/target.mk @@ -1,2 +1,2 @@ BOARDNAME:=Google Chromium -FEATURES += emmc boot-part rootfs-part +FEATURES += emmc boot-part rootfs-part source-only |