From 1b14a9f4ec0a01acf15b77471f84e62968b2b174 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 18 Jan 2015 22:52:03 +0100 Subject: [PATCH] projects/WeTek_Play: disable swap support Signed-off-by: Stephan Raue --- projects/WeTek_Play/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/WeTek_Play/options b/projects/WeTek_Play/options index 9809d6036c..1197328209 100644 --- a/projects/WeTek_Play/options +++ b/projects/WeTek_Play/options @@ -134,7 +134,7 @@ AMREMOTE_SUPPORT="yes" # build with swap support (yes / no) - SWAP_SUPPORT="yes" + SWAP_SUPPORT="no" # swap support enabled per default (yes / no) SWAP_ENABLED_DEFAULT="no"