From 5d3fc478d5e2f7d49a96f54d2606dab9589592f3 Mon Sep 17 00:00:00 2001 From: pks Date: Tue, 1 Jun 2021 21:45:35 +0200 Subject: prepare script --- scripts/prepare | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/prepare (limited to 'scripts/prepare') diff --git a/scripts/prepare b/scripts/prepare new file mode 100755 index 0000000..e5a781c --- /dev/null +++ b/scripts/prepare @@ -0,0 +1,11 @@ +#!env zsh + +if [[ ! -f ../config || ! -d ../patches ]]; then + echo "Likely not in kernel dir, exiting" + exit 1 +fi + +cp ../config .config +patch -p1 < ../patches/O3.patch +patch -p1 < ../patches/patch-*.*-ck1 +make oldconfig -- cgit v1.2.3