aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-09-28 07:40:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-09-28 07:40:23 +0200
commit9c11d8f6d065567af5c186ee6d5c5dfa0741aeca (patch)
tree5c8b859a359b2f10518276687e543aad8f46cbc3
parent07ef28d5ab7f884f5398d075d0372bf4496d1893 (diff)
Fixup
-rwxr-xr-xbootstrap5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 26238fc..5d560b7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -482,11 +482,13 @@ fi
# kernel with adjusted configuration. Taken from the Debian Kernel Handbook.
#
apt-get update
+apt-get install -y bc
apt-get install -y bison flex
apt-get install -y libelf-dev
apt-get install -y libssl-dev
-apt-get install -y rsync
+apt-get install -y cpio rsync
apt-get install -y dwarves
+apt-get install -y device-tree-compiler
cd /usr/src
@@ -530,6 +532,7 @@ scripts/config --disable DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
#
scripts/config --disable KCOV
scripts/config --disable SHADOW_CALL_STACK
+scripts/config --disable ZERO_CALL_USED_REGS
scripts/config --disable VIDEO_ADV7511
if [ -z "$kernel_source" ]; then