From 7944db83875dacdad757461d251846a41ed91e1f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 2 Apr 2019 04:11:45 +0000 Subject: [PATCH] scripts/kernel-functions: Fix a check that controls whether or not a patch should be applied git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8132 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/kernel-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kernel-functions b/scripts/kernel-functions index c5178bfe0..016389820 100644 --- a/scripts/kernel-functions +++ b/scripts/kernel-functions @@ -322,7 +322,7 @@ index d6d65537b0d9..6aad8308a0ac 100644 EOF fi case "$1" in - 2.6.3[6-9]*|3.[0-9].*|3.1[01345].*|3.17.*|3.19.*|4.[023567].*) + 2.6.3[6-9]*|3.[0-9]|3.[0-9].*|3.1[01345]|3.1[01345].*|3.17|3.17.*|3.19|3.19.*|4.[023567]|4.[023567].*) patch -p1 <<'EOF' From c6a385539175ebc603da53aafb7753d39089f32e Mon Sep 17 00:00:00 2001 From: Borislav Petkov