Merge pull request #1717 from CvH/swap_master

activate swap for all projects
This commit is contained in:
MilhouseVH 2017-06-24 12:19:55 +01:00 committed by GitHub
commit 85fd3f32e2
8 changed files with 2 additions and 65 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"