Skip to content
Snippets Groups Projects
Unverified Commit 47eaf9e8 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

generic: disable kernel SWAP support (#3189)


We don't employ swap using zram anymore with Gluon. Thus, we can disable
SWAP in the kernel.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent f3a2bcd1
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ config('KERNEL_CGROUPS', false)
config('KERNEL_IP_MROUTE', false)
config('KERNEL_IPV6_MROUTE', false)
config('KERNEL_IPV6_SEG6_LWTUNNEL', false)
config('KERNEL_SWAP', false)
config('SECCOMP', false)
config('KERNEL_SECCOMP', false)
-- kmod-mt7915e pulls in CONFIG_KERNEL_RELAY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment