blob: dc797e778f8e536b09388ac1f5b1978ac7e53502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# upstream git revision: 82c38fcb0278b6743ce35b2d130efac9349470ec
# fail if upstream's .config changes
for ((i=0; i<${#sha256sums[@]}; i++)); do
if [ "${sha256sums[${i}]}" = 'd20936f94b29f3e86513108ab772ef4778a8cb95ec7cd44519523a6eea40aa5d' ]; then
sha256sums[${i}]='d9907c8c16bb31d561711d0033d203042dbeeeffab6b33251e45c027ac7511c5'
fi
done
eval "$(
declare -f package_linux-lts-headers | \
sed '
\,/tools/objtool" ,d
\,arch/x86/Makefile,a install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile_32.cpu
'
)"
|