mirror of
https://github.com/stylersnico/grsec-darkstar.git
synced 2026-06-15 08:01:56 +02:00
Update to 4.9.22
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /tmp
|
||||
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.12.tar.xz
|
||||
wget https://grsecurity.net/test/grsecurity-3.1-4.9.12-201702231830.patch
|
||||
tar -xvf linux-4.9.12.tar.xz
|
||||
cd linux-4.9.12
|
||||
patch -p1 < ../grsecurity-3.1-4.9.12-201702231830.patch
|
||||
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.22.tar.xz
|
||||
wget https://grsecurity.net/test/grsecurity-3.1-4.9.22-201704120836.patch
|
||||
tar -xvf linux-4.9.22.tar.xz
|
||||
cd linux-4.9.22
|
||||
patch -p1 < ../grsecurity-3.1-4.9.22-201704120836.patch
|
||||
|
||||
make menuconfig
|
||||
make-kpkg clean
|
||||
make-kpkg --jobs=16 --initrd --revision=20170226 kernel_image
|
||||
make-kpkg --jobs=8 --initrd --revision=20170417 kernel_image
|
||||
|
||||
Reference in New Issue
Block a user