summaryrefslogtreecommitdiff
path: root/anykernel.sh
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2017-11-22 13:32:06 -0400
committerosm0sis <osm0sis@outlook.com>2017-11-22 13:32:06 -0400
commit02b9dd7d21be8bf8b0f08944e7a958b54af94e4b (patch)
treea73fa8a29cb7edb7172ba2e68150fb4de1368152 /anykernel.sh
parent0535fd7ca0c569826a23299ea3e38278392a1e9a (diff)
anykernel: add ramdisk_compression shell variable, see 0535fd7ca0c569826a23299ea3e38278392a1e9a
Diffstat (limited to 'anykernel.sh')
-rwxr-xr-xanykernel.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/anykernel.sh b/anykernel.sh
index b7b6284..704dbbd 100755
--- a/anykernel.sh
+++ b/anykernel.sh
@@ -19,6 +19,7 @@ device.name5=
# shell variables
block=/dev/block/platform/omap/omap_hsmmc.0/by-name/boot;
is_slot_device=0;
+ramdisk_compression=auto;
## AnyKernel methods (DO NOT CHANGE)