From d4e88aba32ef78d2444267d948657da72ce5af43 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Tue, 26 Feb 2019 22:26:31 +0800 Subject: [PATCH] Revert "fix SWAP support in ar71xx" This reverts commit ee5d923e9e761e0b33f00f1e2e6a44fc9d08e9b3. --- 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 339fbf62a..2a0ba91cd 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 + default y if !SMALL_FLASH config KERNEL_DEBUG_FS bool "Compile the kernel with debug filesystem enabled"