mirror of
https://github.com/rancher/os-kernel.git
synced 2025-08-31 12:26:37 +00:00
Linux 4.9.13 contains the CVE-2017-6074.patch, removing
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -24,9 +24,11 @@ fi
|
||||
|
||||
cp ${CONFIG}/kernel-config ${DIR}/.config
|
||||
|
||||
pushd .
|
||||
cd ${DIR}
|
||||
patch -p1 < ${PATCHES}/*
|
||||
popd
|
||||
if [ -e "${PATCHES}" ]; then
|
||||
pushd .
|
||||
cd ${DIR}
|
||||
patch -p1 < ${PATCHES}/*
|
||||
popd
|
||||
fi
|
||||
|
||||
tar zcvf ${DIST}/kernel/linux-${KERNEL_VERSION}-src.tgz ${DIR}
|
||||
|
Reference in New Issue
Block a user