diff options
| author | Marius Dinu | 2024-10-26 17:10:55 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-27 11:45:16 +0000 |
| commit | 63ea5710d94c67ce2d8a39ee504b3a3896eded73 (patch) | |
| tree | 1efbf6229881266a80571c05a0e045a4b177c8e6 | |
| parent | a2aabc9a7a4ec8a66477fbdde84a73b5942b460e (diff) | |
| download | openwrt-63ea5710d94c67ce2d8a39ee504b3a3896eded73.tar.gz | |
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@psihoexpert.ro>
Link: https://github.com/openwrt/openwrt/pull/16793
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/generic/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |