From: Oskari Rauta Date: Sun, 24 Sep 2023 05:25:03 +0000 (+0300) Subject: kernel: add missing symbols X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e26e088203303d79eb87056f8ca74b1a5f585206;p=openwrt%2Fstaging%2Fthess.git 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 --- 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