[openwrt/openwrt] kernel: add missing CONFIG_DM_AUDIT

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 27 04:46:55 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/63ea5710d94c67ce2d8a39ee504b3a3896eded73

commit 63ea5710d94c67ce2d8a39ee504b3a3896eded73
Author: Marius Dinu <m95d+git at psihoexpert.ro>
AuthorDate: Sat Oct 26 20:10:55 2024 +0300

    kernel: add missing CONFIG_DM_AUDIT
    
    The option shows up when kmod-dm and CONFIG_KERNEL_AUDIT are selected.
    
    Signed-off-by: Marius Dinu <m95d+git at psihoexpert.ro>
    Link: https://github.com/openwrt/openwrt/pull/16793
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/generic/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index efe8d11279..8b22cc4035 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




More information about the lede-commits mailing list