summaryrefslogtreecommitdiffstats
path: root/80cfw
diff options
context:
space:
mode:
Diffstat (limited to '80cfw')
-rw-r--r--80cfw5
1 files changed, 5 insertions, 0 deletions
diff --git a/80cfw b/80cfw
index 74a0052..ccdd906 100644
--- a/80cfw
+++ b/80cfw
@@ -3,6 +3,11 @@
# Copy camera firmware to /data/cfw
#
+if [ ! -f /data/cfw/SlimISP_GD.bin ];
+then
+ busybox cp /system/vendor/firmware/SlimISP_GD.bin /data/cfw/SlimISP_GD.bin
+fi
+
if [ ! -f /data/cfw/SlimISP_ZD.bin ];
then
busybox cp /system/vendor/firmware/SlimISP_ZD.bin /data/cfw/SlimISP_ZD.bin