1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-01 04:46:52 +00:00

Add support for patched kernels and publish the source that was built

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-02-23 19:00:04 +00:00
parent 36ddae720c
commit 876a8636da
6 changed files with 60 additions and 3 deletions

View File

@@ -23,3 +23,9 @@ if [ ! -e ${DIR} ]; then
fi
cp ${CONFIG}/kernel-config ${DIR}/.config
pushd .
cd ${DIR}
patch -p1 < ${PATCHES}/*
popd