在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 information
和Allow loading modules with non-matching BTF type info
。
选择daed
- 在配置界面中,找到
Luci
部分,这通常位于Luci
-> Applications
路径下。
- 通过上下键浏览选项,直到找到
luci-app-daed
。
- 使用空格键选中
luci-app-daed
进行配置。
- 选中后,如果需要,可以进一步配置任何子选项。
- 配置完成后,选择Exit直到返回终端或命令行界面。
- 执行编译命令以应用更改。