- 设置仓库镜像源,使用 aliyun
- 安装中文语言包
- 安装 ddns(cloudflare)、wol、banip
- 自动更新脚本 autoupgrade.sh
# 初始化
opkg install git-http
git clone https://github.com/openwrt-packages/scripts.git
cd scripts
./run.sh
# 自动更新
./autoupgrade.sh系统,计划任务,添加:
# 分时日月周
# 每天凌晨03点30分执行自动更新
30 3 * * * /root/autoupgrade.sh