mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
kernel: add missing symbol to 5.15 config
Kernel 5.15.82 added a prompt for the FUNCTION_ERROR_INJECTION symbol.
This is exposed in builds with CONFIG_KERNEL_KPROBES enabled, causing
those builds to fail due to a missing symbol. Add the symbol to fix
this.
Fixes: 68426e54ed
("kernel: bump 5.15 to 5.15.82")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
230f2fccd1
commit
f9bd655f16
@ -2110,6 +2110,7 @@ CONFIG_FSNOTIFY=y
|
|||||||
# CONFIG_FUJITSU_ES is not set
|
# CONFIG_FUJITSU_ES is not set
|
||||||
# CONFIG_FUJITSU_LAPTOP is not set
|
# CONFIG_FUJITSU_LAPTOP is not set
|
||||||
# CONFIG_FUJITSU_TABLET is not set
|
# CONFIG_FUJITSU_TABLET is not set
|
||||||
|
# CONFIG_FUNCTION_ERROR_INJECTION is not set
|
||||||
# CONFIG_FUNCTION_TRACER is not set
|
# CONFIG_FUNCTION_TRACER is not set
|
||||||
# CONFIG_FUSE_FS is not set
|
# CONFIG_FUSE_FS is not set
|
||||||
# CONFIG_FUSION is not set
|
# CONFIG_FUSION is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user