diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-04-01 07:38:43 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-04-01 07:41:01 +0200 |
commit | 39d28b84f14521b96e47bb341b0755559e83cd12 (patch) | |
tree | b19555c71bad321fc1c8f1b6ffa91a563fa01d71 /target/linux | |
parent | 483fe539c4b4dfa6aaf15e414f1c4e293a19bb58 (diff) | |
download | upstream-39d28b84f14521b96e47bb341b0755559e83cd12.tar.gz upstream-39d28b84f14521b96e47bb341b0755559e83cd12.tar.bz2 upstream-39d28b84f14521b96e47bb341b0755559e83cd12.zip |
Revert "ipq40xx: stop chromium sub-target builds on the buildbots"
This reverts commit 35d2bbc29ba7f802706bf65585aeb8808fcac622 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>
Diffstat (limited to 'target/linux')
-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 3ce52d7b42..3983a9281a 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 source-only +FEATURES += emmc boot-part rootfs-part |