summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskari Rauta2023-09-24 05:25:03 +0000
committerChristian Marangi2023-09-25 16:11:20 +0000
commite26e088203303d79eb87056f8ca74b1a5f585206 (patch)
tree20af47ad3a1fae6bd842c9f1692058ba2002986b
parent25aab738efac8a4e3176012becb7500c8cb09509 (diff)
downloadopenwrt-e26e088203303d79eb87056f8ca74b1a5f585206.tar.gz
kernel: add missing symbols
CONFIG_DEVTMPFS_SAFE and CONFIG_DM_AUDIT were not set and had to be manually selected during build everytime kernel was updated. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
-rw-r--r--target/linux/x86/config-6.12
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/config-6.1 b/target/linux/x86/config-6.1
index d9c8546cb1..6776d05be3 100644
--- a/target/linux/x86/config-6.1
+++ b/target/linux/x86/config-6.1
@@ -92,11 +92,13 @@ CONFIG_DEBUG_MISC=y
# CONFIG_DEBUG_TLBFLUSH is not set
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_GZIP=y
+# CONFIG_DEVTMPFS_SAFE is not set
CONFIG_DMADEVICES=y
CONFIG_DMI=y
CONFIG_DMIID=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
CONFIG_DMI_SYSFS=y
+# CONFIG_DM_AUDIT is not set
CONFIG_DNOTIFY=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_DYNAMIC_SIGFRAME=y