generic: optimize kernel size

Remove kernel symbols which are not required for Gluon.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer 2022-05-06 18:05:07 +02:00
parent 6fe2e6fc80
commit fd6f8c2919

View File

@ -46,6 +46,9 @@ try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256)
config('KERNEL_IP_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)