[LEDE-DEV] [RFC 1/3] x86: enable CONFIG_DEVMEM

Jo-Philipp Wich jo at mein.io
Wed Jun 1 07:32:48 PDT 2016


Enable support for /dev/mem in the kernel since it is required by the
dmidecode utility.

Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 target/linux/x86/config-4.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4
index 5b54031..f1a3218 100644
--- a/target/linux/x86/config-4.4
+++ b/target/linux/x86/config-4.4
@@ -98,6 +98,7 @@ CONFIG_DECOMPRESS_BZIP2=y
 CONFIG_DECOMPRESS_GZIP=y
 CONFIG_DEFAULT_IO_DELAY_TYPE=0
 # CONFIG_DELL_RBU is not set
+CONFIG_DEVMEM=y
 # CONFIG_DMI is not set
 CONFIG_DNOTIFY=y
 CONFIG_DUMMY_CONSOLE=y
-- 
2.1.4




More information about the Lede-dev mailing list