LibreELEC/options: enable swap for all projects

This commit is contained in:
cvh 2017-06-24 18:02:50 +02:00
parent 9a5bafc42e
commit 2f434d1c70

View File

@ -158,13 +158,13 @@
INITRAMFS_PARTED_SUPPORT="no"
# build with swap support (yes / no)
SWAP_SUPPORT="no"
SWAP_SUPPORT="yes"
# swap support enabled per default (yes / no)
SWAP_ENABLED_DEFAULT="no"
# swapfile size if SWAP_SUPPORT=yes in MB
SWAPFILESIZE="256"
SWAPFILESIZE="128"
# build with installer (yes / no)
INSTALLER_SUPPORT="yes"