kernel: enable kernel keyring by default on !SMALL_FLASH
authorDaniel Golle <daniel@makrotopia.org>
Wed, 9 Dec 2020 12:45:55 +0000 (12:45 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 14 Dec 2020 17:26:45 +0000 (17:26 +0000)
commit23049f9c31f030829980b7e32e424435572ae9ac
treeb5bb521d83973160ff98c655473dfc27c00f18a4
parentc74ae8957471ecf27bd8e70fb55f6841bcf3c618
kernel: enable kernel keyring by default on !SMALL_FLASH

Enable CONFIG_KEYS by default on systems which are not marked as
flash-space constraint by the 'small_flash' feature.
CONFIG_KEYS is required by Docker, enabling it in our kernel allows
users to run Docker on stock OpenWrt.
It is also used of by some network file systems (such as NFSv4) to
store credentials as well as UID/GID mappings.

Adds about 50kB to vmlinux on ath79/generic (~18kB compressed)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
config/Config-kernel.in