summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-08 14:12:49 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-08 14:33:01 +0100
commit70389ac7679961a6a04d34538a7129bd2a347c56 (patch)
tree1c455aeb80afa1ebd9463554f7f9e78c6809e81f
parent9cb33a90fea843cd285ebdcf0ca8d8e073f93c71 (diff)
downloadvendor_replicant-70389ac7679961a6a04d34538a7129bd2a347c56.tar.gz
vendor_replicant-70389ac7679961a6a04d34538a7129bd2a347c56.tar.bz2
vendor_replicant-70389ac7679961a6a04d34538a7129bd2a347c56.zip
Ship the wipe utility on all the devices
Wipe comes from wipe 2.3.1 from http://wipe.sourceforge.net/. As there doesn't seem to be any git repository, the tarball was imported in git the subsequent commit added support for Android. Wipe is strongly needed as without it it's not very convenient to securely delete files from the internal storage. Without wipe, one would have to port GNU/Linux to the device if it's not already done, or reuse the Replicant 11 kernel otherwise, and run a distribution like Parabola to securely erase files. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--config/common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/common.mk b/config/common.mk
index a3847459..b4ed2473 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -141,7 +141,8 @@ PRODUCT_PACKAGES += \
F-DroidPrivilegedExtension \
graphics.sh \
ReplicantWallpapers \
- usb_networking_device.sh
+ usb_networking_device.sh \
+ wipe
# Exchange support
PRODUCT_PACKAGES += \