diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-28 07:40:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-28 07:40:23 +0200 |
commit | 9c11d8f6d065567af5c186ee6d5c5dfa0741aeca (patch) | |
tree | 5c8b859a359b2f10518276687e543aad8f46cbc3 /bootstrap | |
parent | 07ef28d5ab7f884f5398d075d0372bf4496d1893 (diff) |
Fixup
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |