Make Menuconfig: Configure Linux Kernel Features Safely
The make menuconfig workflow helps you safely edit Linux kernel features, modules, and dependencies while avoiding common source-tree and ncurses errors.
The make menuconfig workflow helps you safely edit Linux kernel features, modules, and dependencies while avoiding common source-tree and ncurses errors.
Stop looking for CONFIG_HAVE_EBPF_JIT in menuconfig. Stop looking for CONFIG HAVE EBPF JIT in menuconfig. It describes a marker, not a feature you switch on.
BR2_ENABLE_DEBUG covers package debug symbols, not kernel symbols; this manual workflow adds CONFIG_DEBUG_INFO, preserves vmlinux, and connects QEMU to GDB.
Build OpenWrt with working eBPF support by enabling the right kernel symbols, matching options to XDP, tc, tracing, or BTF, and checking JIT support.