From 415b08bd510b75f8680ff2ff2a11e5f66336517b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 19 Sep 2018 20:46:35 +0200 Subject: extra/linux-zen: enable NFTables and copy over Makefile_32.cpu --- extra/linux-zen/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extra/linux-zen/PKGBUILD') diff --git a/extra/linux-zen/PKGBUILD b/extra/linux-zen/PKGBUILD index 933ce385..e5262aa2 100644 --- a/extra/linux-zen/PKGBUILD +++ b/extra/linux-zen/PKGBUILD @@ -3,7 +3,7 @@ # fail if upstream's .config changes for ((i=0; i<${#sha256sums[@]}; i++)); do if [ "${sha256sums[${i}]}" = 'fd5a7203579777ab2c0deb3bcdf94ded8a4422fefc81506b98c3bce8070b5a8f' ]; then - sha256sums[${i}]='ad2a55218708ad7af672c718013b9626b847719371bb1a38dfd7df374e87624a' + sha256sums[${i}]='e7d5065e6e43f11c1964010da469e6b9e38a73aba40fac99a8cdace18be86ae2' fi done @@ -11,5 +11,9 @@ eval "$( declare -f package_linux-zen-headers | \ sed ' \,/tools/objtool" ,d + \,arch/x86/Makefile, { + a \ + install -t "${builddir}/arch/x86" -m644 arch/x86/Makefile_32.cpu + } ' )" -- cgit v1.2.3-54-g00ecf