From: Marius Dinu Date: Sat, 26 Oct 2024 17:10:55 +0000 (+0300) Subject: kernel: add missing CONFIG_DM_AUDIT X-Git-Tag: v24.10.0-rc1~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63ea5710d94c67ce2d8a39ee504b3a3896eded73;p=thirdparty%2Fopenwrt.git kernel: add missing CONFIG_DM_AUDIT The option shows up when kmod-dm and CONFIG_KERNEL_AUDIT are selected. Signed-off-by: Marius Dinu Link: https://github.com/openwrt/openwrt/pull/16793 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index efe8d11279f..8b22cc40350 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -1393,6 +1393,7 @@ CONFIG_DMA_DECLARE_COHERENT=y CONFIG_DMA_NONCOHERENT_MMAP=y # CONFIG_DMA_RESTRICTED_POOL is not set # CONFIG_DMA_SHARED_BUFFER is not set +# CONFIG_DM_AUDIT is not set # CONFIG_DM_CACHE is not set # CONFIG_DM_CLONE is not set # CONFIG_DM_DEBUG is not set