diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-01-29 21:04:38 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-01-29 21:04:38 +0100 |
| commit | e641f6c47a697d0149397aced09395f6a8bcef4b (patch) | |
| tree | e4707785e9acb95691ef38df76d6871763e7596e /product | |
| parent | b9418ff44712377c8c4ce9690e2b56a88c2110e1 (diff) | |
rootdir: properly enable zram
* use 512mb
* lz4 as default compression alg
Diffstat (limited to 'product')
| -rw-r--r-- | product/ramdisk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/product/ramdisk.mk b/product/ramdisk.mk index 2a774ab..a796106 100644 --- a/product/ramdisk.mk +++ b/product/ramdisk.mk @@ -1,6 +1,6 @@ # Ramdisk
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/rootdir/enableswap.sh:root/enableswap.sh \
+ $(LOCAL_PATH)/rootdir/fstab.swap:root/fstab.swap \
$(LOCAL_PATH)/rootdir/factory_init.project.rc:root/factory_init.project.rc \
$(LOCAL_PATH)/rootdir/factory_init.rc:root/factory_init.rc \
$(LOCAL_PATH)/rootdir/fstab.mt6735:root/fstab.mt6735 \
|
