Quote:
Originally Posted by Deobulakenyo
I sometimes change/customize specific values in the patches that is why i was thinking of deleting patches that i do not use so when i need to go back and forth to the patches with values I need to test/tweak, I won't have to sort through everything everytime. 
|
I store my patch selections and values' customization in a .patch file I build running the command:
Code:
diff -ru "original patches folder" "my patches folder" > mycustom.patch
When new firmware and patches are released, I apply mycustom.patch to the new patch folder, fixing possible conflicts.
My 2 cents.