[openwrt/openwrt] kernel: 6.1: add missing config symbol for tracing

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 7 12:08:22 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4adba6415678dcdba2dbfa287466edaee30dc057

commit 4adba6415678dcdba2dbfa287466edaee30dc057
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Thu Mar 7 01:21:40 2024 -0800

    kernel: 6.1: add missing config symbol for tracing
    
    Add missing option CONFIG_FPROBE to generic config, found building x86_64
    arch with tracing enabled.
    
    Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
---
 target/linux/generic/config-6.1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 8ad4700f73..34a6503ce0 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -2182,6 +2182,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y
 # CONFIG_FORCE_NR_CPUS is not set
 CONFIG_FORTIFY_SOURCE=y
 # CONFIG_FPGA is not set
+# CONFIG_FPROBE is not set
 # CONFIG_FRAMEBUFFER_CONSOLE is not set
 # CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
 # CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set




More information about the lede-commits mailing list