From 592214d6f1c1f4fb26c6e2e7634d0d7352da5d86 Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Fri, 15 May 2020 15:37:23 +0200 Subject: [PATCH] x86: enable /dev/mem Enable /dev/mem to allow BIOS updates on PC Engines APU Boards. --- targets/x86.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/x86.inc b/targets/x86.inc index 9536e805..cec0c11d 100644 --- a/targets/x86.inc +++ b/targets/x86.inc @@ -1,5 +1,6 @@ config 'CONFIG_VDI_IMAGES=y' config 'CONFIG_VMDK_IMAGES=y' +config 'CONFIG_KERNEL_DEVMEM=y' packages { 'kmod-3c59x',