openwrt 官方版 国内镜像参考配置:
src/gz openwrt_core https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/targets/x86/64/packages
src/gz openwrt_base https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/x86_64/base
src/gz openwrt_luci https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/x86_64/luci
src/gz openwrt_packages https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/x86_64/packages
src/gz openwrt_routing https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/x86_64/routing
src/gz openwrt_telephony https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/x86_64/telephony
主路由实用工具插件
lsblk
ssh磁盘查看用cfdisk
ssh磁盘分区用mount-utils
ssh卸载/挂载分区用zh-cn
语言基础包luci-i18n-nft-qos-zh-cn
+ luci-i18n-eqos-zh-cn
luci-i18n-upnp-zh-cn
upnp工具luci-i18n-wol-zh-cn
网络唤醒工具luci-theme-material
屏边主题block-mount
【系统->挂载点】功能luci-i18n-
ttyd
-zh-cn
【服务→终端】功能luci-i18n-statistics-zh-cn
收集运行数据,非必须lm-sensors
通过终端查看温度
luci-i18n-sqm-zh-cn 插件会导致官方版openwrt x86_64设备莫名断网/重启。暂时不推荐安装。
自己编译增加包:
openwrt
luci-i18n-base-zh-cn lsblk cfdisk block-mount luci-i18n-ttyd-zh-cn lm-sensors luci-i18n-wol-zh-cn luci-i18n-upnp-zh-cn
immortalwrt
luci-i18n-base-zh-cn luci-i18n-opkg-zh-cn luci-i18n-firewall-zh-cn lsblk cfdisk block-mount luci-i18n-ttyd-zh-cn lm-sensors luci-i18n-wol-zh-cn luci-i18n-upnp-zh-cn
定时重启,解决国内某些运营商猫定时断开的问题。
中文:系统→计划任务
英语:System→Scheduled Tasks
方案1:重启网络服务
#每天凌晨1:00执行
00 01 * * * service network restart
方案2:重启路由器
#每天凌晨1:00执行
00 01 * * * sleep 70 && touch /etc/banner && reboot
提示:计划任务时间是按系统时间来的,请先将路由器调整至正确时区
https://www.leftso.com/article/2405241634511978.html