OpenWrt使用mtd和sysupgrade刷机、备份恢复系统配置
查看当前系统分区信息: 1 2 3 4 5 6 ...
2017年4月发布的文章
查看当前系统分区信息: 1 2 3 4 5 6 ...
想要改变你的路由器wan口和lan口配置或者添加wan口等就需要用到vlan配置 openwrt中的配置文件为/etc/config/network 如下将port0设置为wan口 config switch_vlan option device eth0 ...
杀掉udhcpc进程 ps | grep [u]dhcpc | awk '{print $1}' | xargs kill -9 查看已经连接的客户数 netstat -antp | grep :8010 | grep ESTABLISHED -c
/etc/config/xtun config xtun 'network' option 'remote' '1.2.4.8' option 'port' '8010' #uci show xtun xtun.network=xtun xtun.network.remote=’1.2.4.8′ xtun....
参考资料 https://wiki.openwrt.org/doc/devel/patches https://lede-project.org/docs/guide-developer/use-patches-with-buildsystem 先安装quilt # apt-get install quilt ...
运行某些SQL语句出错database disk image is malformed 说明SQLite的内部数据格式,已经损坏 sqlite> PRAGMA integrity_check; *** in database main *** Main freelis...