From 9b1f4bd0270c5d25160db24d25935df833f6fd8f Mon Sep 17 00:00:00 2001 From: Vince JV <1276544+vincejv@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:29:21 +0800 Subject: [PATCH] Enable `CONFIG_JUMP_LABEL` across all kernel targets Signed-off-by: Vince JV <1276544+vincejv@users.noreply.github.com> --- target/linux/generic/config-6.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 42c4db7ae152ed..b2f9687b0928a7 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -2912,7 +2912,7 @@ CONFIG_JFFS2_SUMMARY=y # CONFIG_JME is not set CONFIG_JOLIET=y # CONFIG_JSA1212 is not set -# CONFIG_JUMP_LABEL is not set +CONFIG_JUMP_LABEL=y # CONFIG_JZ4740_WDT is not set # CONFIG_KALLSYMS is not set # CONFIG_KALLSYMS_ABSOLUTE_PERCPU is not set