projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b93b7
)
kernel: add missing symbol
author
Stijn Tintel
<stijn@linux-ipv6.be>
Sat, 2 Apr 2022 20:41:27 +0000
(23:41 +0300)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Sat, 2 Apr 2022 20:41:27 +0000
(23:41 +0300)
Enabling KERNEL_KPROBES exposes KERNEL_BPF_KPROBE_OVERRIDE. Add a build
option for it to fix build failures with KERNEL_KPROBES enabled.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 31d4e276fdf91dde2259ec9d178243a3cf3ecb90..5e12ddd78d8d75ed3048c333b5e36c6be90c9a25 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-422,6
+422,11
@@
config KERNEL_KPROBE_EVENTS
bool
default y if KERNEL_KPROBES
+config KERNEL_BPF_KPROBE_OVERRIDE
+ bool
+ depends on KERNEL_KPROBES
+ default n
+
config KERNEL_AIO
bool "Compile the kernel with asynchronous IO support"
default y if !SMALL_FLASH