在immortalwrt中配置luci‐app‐daed的步骤 - lonelysoul/immortalwrt GitHub Wiki

启动命令行界面

  • 打开终端或命令行界面。
  • 导航到immortalwrt的根目录。
  • 执行命令make menuconfig以启动UI配置界面。

操作Advance configuration options (for developers)

  • 进入Advanced configuration options (for developers) --->并选择。
  • Advanced configuration options内,选择BPF toolchain (Use host LLVM toolchain) --->
  • 选中Use host LLVM toolchain后,直接进入Toolchain Options --->,不需要返回上一级,然后按Y选中。

操作Global build settings

  • Toolchain Options一次性返回主菜单。
  • 进入Global build settings --->,然后直接进入Kernel build options --->
  • Kernel build options中:
  • 选中Compile the kernel with debug information
  • 确保Reduce debugging information选项未被选中。
  • 选中Enable additional BTF type informationAllow loading modules with non-matching BTF type info

选择daed

  • 在配置界面中,找到Luci部分,这通常位于Luci -> Applications路径下。
  • 通过上下键浏览选项,直到找到luci-app-daed
  • 使用空格键选中luci-app-daed进行配置。
  • 选中后,如果需要,可以进一步配置任何子选项。
  • 配置完成后,选择Exit直到返回终端或命令行界面。
  • 执行编译命令以应用更改。