openwrt

openwrt国内镜像源地址

openwrt的官方服务器设在国外,国内的访问速度有时并不理想,可以通过镜像源的方法得以解决。 以下罗列一些常用的国内镜像源地址供大家使用: 中国科技大学教育网官方主镜像网站: http://mirrors.ustc.edu.cn/ OpenWrt源教育网高速镜像站点: http://openwrt.proxy.ustclug.org/ 清华大学开源软件镜像站: https://mi

OpenWrt固件实现路由器定时重启方法

需要注意的是,一定要延迟重启,否则可能无限重启,官方给出的配置中,在 sleep 70 秒之后,使用 touch 写文件,应为路由器如果没有及时联网从NTP服务器上获取到时间,那么路由器的系统时间和重启的系统时间便一样,如果修改过文件,Openwrt 开机后会把最后修改或者访问的文件时间作为默认系统时间。因此延迟1min重启,可以避免这个问题。

小米路由器 r3g 刷机简记

重置路由 小米路由绑定路由器 获取开发版系统 获取root 密码 和 miwifi_ssh.bin bread 获取 https://www.right.com.cn/forum/thread-2640204-1-1.html https://www.right.com.cn/forum/thread-2527199-1-1.html https://blog.csdn.net/tyhao

openwrt 一键更新所有软件 opkg upgrade all packages

openwrt 后台更新需要一个个的点,有点麻烦 通过 ssh 进入 路由器 然后执行以下命令就可以了 ``` opkg update opkg list-upgradable | awk -F ‘ – ‘ ‘{print $1}’ | xargs opkg upgrade ``` ``` opkg update opkg upgrade $(opkg list-upgradable | aw

openwrt 安装 php 运行环境

opkg install php7 php7-cgi uci add_list uhttpd.main.interpreter='.php=/usr/bin/php-cgi'uci commit uhttpd/etc/init.d/uhttpd restartopkg install php7-mod-curl php7-mod-pdo php7-mod-pdo-sqlite

openwrt 报错:module ‘luci.cbi‘ not found

报错信息如下```bash/usr/lib/lua/luci/dispatcher.lua:1334: module 'luci.cbi' not found: no field package.preload['luci.cbi'] no file './luci/cbi.lua' no file '/usr/share/lua/luci/cbi.lua' no file '/u