blob: 54f91aaa34cc7626e6f24e12adc76ec50f9c2a6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# upstream git revision: 14ca14bf86907e3fed6936bddad25499f214727b
# fail if upstream's .config changes
for ((i=0; i<${#sha256sums[@]}; i++)); do
if [ "${sha256sums[${i}]}" = '6a2ee8f822810f594921aa85087e4cf0a17c68518d395586fd9c56b6c7e63dad' ]; then
sha256sums[${i}]='179a491f053139b0a25b6938bed230ad08eb52779260135754cf00f38060436f'
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
'
)"
|