【CC】Rollback patch when perform upgrade
Issue Description
The device have custom patch installed, required to rollback the patch.
Handling Process
- Use command cd /data/custom-built/
- Use command ls to show all file in this path. It might have more in show here, every files in this path are refer to a patch. The last string of numbers is the upgrade time.
- cd to the specific file that want to roll back.
- Use command./custom-built-rollback.sh –rollback to rollback the patch

Solution
Refer to solution above.