From ccae6ec83d4724134b82762bfb7da59bff5ca954 Mon Sep 17 00:00:00 2001 From: Dmitry Skvortsov Date: Mon, 8 Nov 2021 23:43:31 +0300 Subject: [PATCH] prepare: Fix and Cleanup unnecessary checks (#351) this is broken actually and something like this is not needed after the changes of 3462554540a75f346bd65a73ecd458fbfe21da29 --- linux-tkg-config/prepare | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index dc1655b..e6f9b7b 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -1122,8 +1122,7 @@ _tkg_srcprep() { fi fi - if ( [ "$_futex2" = "true" ] && [ -e "$srcdir/0007-v${_basekernel}-futex2_interface.patch" ] ) \ - && ( [ "$_futex_waitv" != "true" ] && [ -e "$srcdir/0007-v${_basekernel}-futex_waitv.patch" ] ); then + if [ "$_futex2" = "true" ] && [ -e "$srcdir/0007-v${_basekernel}-futex2_interface.patch" ]; then sed -i -e 's/# CONFIG_EXPERT is not set/CONFIG_EXPERT=y/' ./.config echo -e "\r# start of config expert\r # CONFIG_DEBUG_RSEQ is not set\r