diff --git a/projects/Odroid_C2/options b/projects/Odroid_C2/options index c83839bc1b..29272041b2 100644 --- a/projects/Odroid_C2/options +++ b/projects/Odroid_C2/options @@ -112,15 +112,6 @@ # Amlogic IR remote support (yes / 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) INSTALLER_SUPPORT="no" diff --git a/projects/RPi/options b/projects/RPi/options index 0e2ee8d762..14b6b39415 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -140,15 +140,6 @@ fi # build and install ATV IR remote support (yes / 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) INSTALLER_SUPPORT="no" diff --git a/projects/WeTek_Core/options b/projects/WeTek_Core/options index 23e04bde47..08a94a37cf 100644 --- a/projects/WeTek_Core/options +++ b/projects/WeTek_Core/options @@ -130,15 +130,6 @@ # Amlogic IR remote support (yes / no) 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) INSTALLER_SUPPORT="no" diff --git a/projects/WeTek_Hub/options b/projects/WeTek_Hub/options index 9a8decd1d5..0b06f98cb3 100644 --- a/projects/WeTek_Hub/options +++ b/projects/WeTek_Hub/options @@ -118,15 +118,6 @@ # Amlogic IR remote support (yes / 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) INSTALLER_SUPPORT="no" diff --git a/projects/WeTek_Play/options b/projects/WeTek_Play/options index 63f11e4269..91883de501 100644 --- a/projects/WeTek_Play/options +++ b/projects/WeTek_Play/options @@ -124,15 +124,6 @@ # Amlogic IR remote support (yes / no) 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) INSTALLER_SUPPORT="no" diff --git a/projects/WeTek_Play_2/options b/projects/WeTek_Play_2/options index abf1356f48..c4ffa69674 100644 --- a/projects/WeTek_Play_2/options +++ b/projects/WeTek_Play_2/options @@ -118,15 +118,6 @@ # Amlogic IR remote support (yes / no) 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) INSTALLER_SUPPORT="no" diff --git a/projects/imx6/options b/projects/imx6/options index d331a3eb7f..4a21f423e6 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -126,15 +126,6 @@ # build and install ATV IR remote support (yes / 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) INSTALLER_SUPPORT="no"