From ee5d923e9e761e0b33f00f1e2e6a44fc9d08e9b3 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 21 Feb 2019 15:45:48 +0800 Subject: [PATCH] fix SWAP support in ar71xx --- config/Config-kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 2a0ba91cd0..339fbf62a2 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -31,7 +31,7 @@ config KERNEL_CRASHLOG config KERNEL_SWAP bool "Support for paging of anonymous memory (swap)" - default y if !SMALL_FLASH + default y config KERNEL_DEBUG_FS bool "Compile the kernel with debug filesystem enabled"