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:
@@ -23,3 +23,9 @@ if [ ! -e ${DIR} ]; then
|
||||
fi
|
||||
|
||||
cp ${CONFIG}/kernel-config ${DIR}/.config
|
||||
|
||||
pushd .
|
||||
cd ${DIR}
|
||||
patch -p1 < ${PATCHES}/*
|
||||
popd
|
||||
|
||||
|
Reference in New Issue
Block a user