mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
projects/*/options: cleanup swap options
This commit is contained in:
parent
89d69787e9
commit
4360992b3f
@ -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