mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Merge pull request #1717 from CvH/swap_master
activate swap for all projects
This commit is contained in:
commit
85fd3f32e2
@ -158,13 +158,13 @@
|
|||||||
INITRAMFS_PARTED_SUPPORT="no"
|
INITRAMFS_PARTED_SUPPORT="no"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
# build with swap support (yes / no)
|
||||||
SWAP_SUPPORT="no"
|
SWAP_SUPPORT="yes"
|
||||||
|
|
||||||
# swap support enabled per default (yes / no)
|
# swap support enabled per default (yes / no)
|
||||||
SWAP_ENABLED_DEFAULT="no"
|
SWAP_ENABLED_DEFAULT="no"
|
||||||
|
|
||||||
# swapfile size if SWAP_SUPPORT=yes in MB
|
# swapfile size if SWAP_SUPPORT=yes in MB
|
||||||
SWAPFILESIZE="256"
|
SWAPFILESIZE="128"
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
@ -112,15 +112,6 @@
|
|||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="no"
|
AMREMOTE_SUPPORT="no"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
|
||||||
SWAP_SUPPORT="no"
|
|
||||||
|
|
||||||
# swap support enabled per default (yes / no)
|
|
||||||
SWAP_ENABLED_DEFAULT="no"
|
|
||||||
|
|
||||||
# swapfile size if SWAP_SUPPORT=yes in MB
|
|
||||||
SWAPFILESIZE="128"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -140,15 +140,6 @@ fi
|
|||||||
# build and install ATV IR remote support (yes / no)
|
# build and install ATV IR remote support (yes / no)
|
||||||
ATVCLIENT_SUPPORT="no"
|
ATVCLIENT_SUPPORT="no"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
|
||||||
SWAP_SUPPORT="yes"
|
|
||||||
|
|
||||||
# swap support enabled per default (yes / no)
|
|
||||||
SWAP_ENABLED_DEFAULT="no"
|
|
||||||
|
|
||||||
# swapfile size if SWAP_SUPPORT=yes in MB
|
|
||||||
SWAPFILESIZE="128"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -130,15 +130,6 @@
|
|||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="yes"
|
AMREMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
|
||||||
SWAP_SUPPORT="no"
|
|
||||||
|
|
||||||
# swap support enabled per default (yes / no)
|
|
||||||
SWAP_ENABLED_DEFAULT="no"
|
|
||||||
|
|
||||||
# swapfile size if SWAP_SUPPORT=yes in MB
|
|
||||||
SWAPFILESIZE="128"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -118,15 +118,6 @@
|
|||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="no"
|
AMREMOTE_SUPPORT="no"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
|
||||||
SWAP_SUPPORT="no"
|
|
||||||
|
|
||||||
# swap support enabled per default (yes / no)
|
|
||||||
SWAP_ENABLED_DEFAULT="no"
|
|
||||||
|
|
||||||
# swapfile size if SWAP_SUPPORT=yes in MB
|
|
||||||
SWAPFILESIZE="128"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -124,15 +124,6 @@
|
|||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="yes"
|
AMREMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
|
||||||
SWAP_SUPPORT="no"
|
|
||||||
|
|
||||||
# swap support enabled per default (yes / no)
|
|
||||||
SWAP_ENABLED_DEFAULT="no"
|
|
||||||
|
|
||||||
# swapfile size if SWAP_SUPPORT=yes in MB
|
|
||||||
SWAPFILESIZE="128"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -118,15 +118,6 @@
|
|||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="yes"
|
AMREMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
|
||||||
SWAP_SUPPORT="no"
|
|
||||||
|
|
||||||
# swap support enabled per default (yes / no)
|
|
||||||
SWAP_ENABLED_DEFAULT="no"
|
|
||||||
|
|
||||||
# swapfile size if SWAP_SUPPORT=yes in MB
|
|
||||||
SWAPFILESIZE="128"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -126,15 +126,6 @@
|
|||||||
# build and install ATV IR remote support (yes / no)
|
# build and install ATV IR remote support (yes / no)
|
||||||
ATVCLIENT_SUPPORT="no"
|
ATVCLIENT_SUPPORT="no"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
|
||||||
SWAP_SUPPORT="no"
|
|
||||||
|
|
||||||
# swap support enabled per default (yes / no)
|
|
||||||
SWAP_ENABLED_DEFAULT="no"
|
|
||||||
|
|
||||||
# swapfile size if SWAP_SUPPORT=yes in MB
|
|
||||||
SWAPFILESIZE="128"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user