From b67b5cc5a6d4bf522f34b9da9ac3a361e538a410 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 11 Dec 2022 19:45:42 -0600 Subject: [PATCH] Remove patch that got fixed upstream in the kernel (commit 3583521aabac). --- scripts/mkroot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/mkroot.sh b/scripts/mkroot.sh index ea948026..ff7f5673 100755 --- a/scripts/mkroot.sh +++ b/scripts/mkroot.sh @@ -263,7 +263,6 @@ else cp -sfR "$LINUX" "$TEMP/linux" && pushd "$TEMP/linux" && # Fix x86-64, sh2eb, and building with cc pointing to llvm or gcc sed -Eis '/select HAVE_(STACK_VALIDATION|OBJTOOL)[^_]/d' arch/x86/Kconfig && - sed -is 's/depends on !SMP/& || !MMU/' mm/Kconfig && sed -i 's@=\(.*[ )]\)gcc$@:=\1$(shell $(CROSS_COMPILE)cc --version >/dev/null 2>\&1 \&\& echo cc || echo gcc)@' Makefile && # Write linux-miniconfig -- 2.39.2