Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
2023 年 4 月

github编译自己的openwrt固件

在线编译属于自己的OpenWrt系统

新手折腾OpenWrt编译入门绝对详细版 – GXNAS博客


(17条消息) 编译openwrt全过程(超详细)_mirkerson的博客-CSDN博客

git clone https://github.com/openwrt/openwrt.git

dpkg: 处理归档 /var/cache/apt/archives/XXXXXX(–unpack)时出错“的解决方法

如果需要重新配置

rm -rf ./tmp && rm -rf .config
make menuconfig
make V=s -j$(nproc)

coolsnowwolf/lede: Lean’s LEDE source (github.com)