mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
9 lines
394 B
Bash
9 lines
394 B
Bash
#!/bin/bash
|
|
cd $base"kernel/samsung/msm8974"
|
|
git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch
|
|
git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch
|
|
git apply --whitespace=fix $cvePatches/CVE-2016-2475/ANY/0001.patch
|
|
git apply --whitespace=fix $cvePatches/CVE-2016-4578/ANY/0001.patch
|
|
git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch
|
|
cd $base
|