Tweaks and Fixes

This commit is contained in:
Tad 2017-12-15 16:42:36 -05:00
parent f65bbb8ee0
commit fcc8ffc5bd
6 changed files with 23 additions and 27 deletions

View file

@ -18,8 +18,8 @@ git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0033.patch
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0034.patch
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0035.patch
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0036.patch
#git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0037.patch
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0038.patch
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0037.patch
#git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0038.patch
#git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0039.patch
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0040.patch
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0041.patch

View file

@ -16,7 +16,7 @@
#along with this program. If not, see <https://www.gnu.org/licenses/>.
#Delete Everything and Sync
#repo forall -c 'git add -A && git reset --hard' && rm -rf packages/apps/{FDroid,GmsCore,Silence} out && repo sync -j20 --force-sync && repopick -t n_asb_12-2017
#repo forall -c 'git add -A && git reset --hard' && rm -rf packages/apps/{FDroid,GmsCore,Silence} out && repo sync -j20 --force-sync
#Apply all of our changes
#source ../../Scripts/LineageOS-14.1/00init.sh && source $scripts/Patch.sh && source $scripts/Defaults.sh && source $scripts/Optimize.sh && source $scripts/Rebrand.sh && source $scripts/Theme.sh && source $scripts/Deblob.sh && source $scripts/Patch_CVE.sh && source build/envsetup.sh