开启immortalwrt内核选项解决dae的依赖问题 #889
madcat0513 started this conversation in General
Replies: 1 comment 1 reply
-
| 提前把这些写进 CONFIG_DEVEL=y CONFIG_BPF_TOOLCHAIN_HOST=y # CONFIG_BPF_TOOLCHAIN_NONE is not set CONFIG_KERNEL_BPF_EVENTS=y CONFIG_KERNEL_CGROUP_BPF=y CONFIG_KERNEL_DEBUG_INFO=y CONFIG_KERNEL_DEBUG_INFO_BTF=y # CONFIG_KERNEL_DEBUG_INFO_REDUCED is not set CONFIG_KERNEL_XDP_SOCKETS=y |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
折腾了几天终于搞定了immortalwrt下dae的编译,make nconfig,先要选中Global build settings->Kernel build options->XDP sockets support,然后 LuCI->Applications下面就会出现luci-app-dae了,选中后再去Global build settings->Kernel build options下取消选中Reduce debugging information,然后就能选择 Enable additional BTF type information,接着把Compile the kernel with kprobes support和Compile the kernel with BPF event support都选上就搞定了,我自己是用的是mt798x的设备,吃鹅的一般都是玩软路由的,用硬路由的比较少,就此记录下吧,希望更多的人能吃上大鹅。
Beta Was this translation helpful? Give feedback.
All reactions