Skip to content
Snippets Groups Projects
Commit 7a76f584 authored by Nic Henke's avatar Nic Henke
Browse files

create linux/configs if not present

parent 427692dc
No related branches found
No related tags found
No related merge requests found
...@@ -270,6 +270,7 @@ patch_linux() ...@@ -270,6 +270,7 @@ patch_linux()
popd >/dev/null popd >/dev/null
echo "Full patch has been saved in ${FULL_PATCH##*/}." echo "Full patch has been saved in ${FULL_PATCH##*/}."
echo "Replacing .config files..." echo "Replacing .config files..."
[ -d linux/configs ] || mkdir linux/configs
rm -f linux/configs/* rm -f linux/configs/*
cp -v lustre/kernel_patches/kernel_configs/kernel-${VERSION}-${TARGET}*.config linux/configs/ cp -v lustre/kernel_patches/kernel_configs/kernel-${VERSION}-${TARGET}*.config linux/configs/
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment