From b93b0846fb1a76e8e2276795313e4ee7bef37d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 30 Apr 2017 19:10:54 +0200 Subject: Linux compile firmware into the kernel --- sys-boot/linux/files/overlay.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys-boot/linux/files') diff --git a/sys-boot/linux/files/overlay.config b/sys-boot/linux/files/overlay.config index 8eda171..b8ff91c 100644 --- a/sys-boot/linux/files/overlay.config +++ b/sys-boot/linux/files/overlay.config @@ -1,5 +1,8 @@ # No logo CONFIG_LOGO=n +# Include firmware to kernel as multiple kernels would create collision +# TODO solve this some other way +CONFIG_FIRMWARE_IN_KERNEL=y # Enable incompatible v3 process information file format CONFIG_BSD_PROCESS_ACCT_V3=y -- cgit v1.2.3