Skip to content

Commit

Permalink
Revert "ipq40xx: stop chromium sub-target builds on the buildbots"
Browse files Browse the repository at this point in the history
This reverts commit 35d2bbc as we
believe we found that it is indeed an openssl issue, where openssl is
trying to use getrandom(2), but fails because this particular builder
has an ancient kernel without that syscall. We didn't get to the bottom
of why openssl doesn't fall back to something like /dev/random.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz committed Apr 1, 2022
1 parent 483fe53 commit 39d28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ipq40xx/chromium/target.mk
@@ -1,2 +1,2 @@
BOARDNAME:=Google Chromium
FEATURES += emmc boot-part rootfs-part source-only
FEATURES += emmc boot-part rootfs-part

0 comments on commit 39d28b8

Please sign in to comment.