summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.mk1
-rwxr-xr-xconfigs/80cfw8
2 files changed, 4 insertions, 5 deletions
diff --git a/common.mk b/common.mk
index 7964ab1..4c6d787 100644
--- a/common.mk
+++ b/common.mk
@@ -109,7 +109,6 @@ PRODUCT_COPY_FILES += \
# Filesystem management tools
PRODUCT_PACKAGES += \
- static_busybox \
make_ext4fs \
setup_fs
diff --git a/configs/80cfw b/configs/80cfw
index 7b803ff..b6fdc95 100755
--- a/configs/80cfw
+++ b/configs/80cfw
@@ -3,8 +3,8 @@
# Copy camera firmware to /data/cfw
#
-busybox cp /system/vendor/firmware/SlimISP_*.bin /data/cfw/
+cp /system/vendor/firmware/SlimISP_*.bin /data/cfw/
-busybox chown system /data/cfw/*
-busybox chgrp media /data/cfw/*
-busybox chmod 0775 /data/cfw/*
+chown system /data/cfw/*
+chgrp media /data/cfw/*
+chmod 0775 /data/cfw/*