From: Oskari Rauta Date: Sun, 24 Sep 2023 05:25:03 +0000 (+0300) Subject: kernel: add missing symbols X-Git-Tag: v24.10.0-rc1~4126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13521%2Fhead;p=thirdparty%2Fopenwrt.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 d9c8546cb14..6776d05be38 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