summaryrefslogtreecommitdiffstats
path: root/80cfw
diff options
context:
space:
mode:
Diffstat (limited to '80cfw')
-rw-r--r--80cfw14
1 files changed, 0 insertions, 14 deletions
diff --git a/80cfw b/80cfw
deleted file mode 100644
index ccdd906..0000000
--- a/80cfw
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/system/bin/sh
-#
-# 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
-fi