Skip to content
Snippets Groups Projects
Commit fd6f8c29 authored by David Bauer's avatar David Bauer
Browse files

generic: optimize kernel size


Remove kernel symbols which are not required for Gluon.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent 6fe2e6fc
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,9 @@ try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256) ...@@ -46,6 +46,9 @@ try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256)
config('KERNEL_IP_MROUTE', false) config('KERNEL_IP_MROUTE', false)
config('KERNEL_IPV6_MROUTE', false) config('KERNEL_IPV6_MROUTE', false)
config('KERNEL_IPV6_SEG6_LWTUNNEL', false)
config('SECCOMP', false)
config('KERNEL_SECCOMP', false)
config('COLLECT_KERNEL_DEBUG', true) config('COLLECT_KERNEL_DEBUG', true)
......
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