摘要: OpenWrt之自定义Firmware Version 首先,找到显示Firmware Version的代码,在/usr/lib/lua/luci/version.lua中: root@OpenWrt:/usr/lib/lua/luci# cat version.lua local pcall, d 阅读全文
posted @ 2024-02-03 14:05 付时凡 阅读(341) 评论(0) 推荐(0)
摘要: Openwrt默认的feeds中只有aria2,并没有AriaNG,需先选中,后续方便在web上操作。 CONFIG_PACKAGE_ariang=y 配置aria2比较简单: enable 配置为root运行 挂载点(通常在/mnt/sdXX/aria2目录,其中XX随系统有差异,笔者这边为/mn 阅读全文
posted @ 2024-02-03 12:01 付时凡 阅读(1627) 评论(0) 推荐(0)
摘要: Openwrt编译报错 目录Openwrt编译报错fatal error: bits/libc-header-start.h: No such file or directoryfatal error: bits/c++config.h: No such file or directoryupx n 阅读全文
posted @ 2024-02-03 10:06 付时凡 阅读(284) 评论(0) 推荐(0)