花费 14 ms
openwrt如何关掉防火墙?

答:   1. 阻止防火墙服务开机自动启动   /etc/init.d/firewall disable   2. 关闭防火墙   /etc/init.d/firewall stop ...

Mon Apr 29 00:54:00 CST 2019 0 4844
快速升级openwrt的linux内核版本

一.分析 要升级openwrt的linux内核版本,关键是要制作内核配置文件 二.内核配置文件制作方法 2.1当前openwrt对应的某个开发板有对应的内核配置文件,比如此时的openwr ...

Tue Nov 13 01:19:00 CST 2018 0 5696
OpenWrt下如何配置网络?

答: 使用uci进行配置,示例如下:   uci get network.wan.ifname (笔者得到eth1)   uci set network.wan.ifname=ethx (如: u ...

Mon May 27 18:38:00 CST 2019 0 3096
openwrt下如何只编译linux内核

答:make target/linux/install V=s (此操作也会将最终镜像打包好,V=s会输出日志) 拓展 清空内核: make target/linux/clean V=s ...

Fri Dec 21 22:57:00 CST 2018 0 2194
ubuntu18.04编译openwrt前的准备

1.获取openwrt源码 git clone https://github.com/openwrt/openwrt.git 2.安装一些库及必备程序: sudo apt-get install ...

Tue Nov 20 05:15:00 CST 2018 0 1894
LS1021ATWR开发板启动日志分析

一.背景 LS1021ATWR开发板运行官方的openwrt系统 二.日志分析 2.1 linux相关日志 root@OpenWrt:/# reboot 重启 root@OpenWr ...

Mon Oct 01 00:22:00 CST 2018 0 1593

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM