全部博文(685)
brctl网桥(3)
lua(19)
系统机制(4)
智能路由:必备功(8)
基本路由配置:联(1)
防火墙/DMZ/UPNP(3)
linux常用网络命(0)
netifd(1)
netstat(2)
文件系统(9)
应用软件包及内核(5)
系统日志syslogd+(1)
DHCP移植(1)
Iptables移植(6)
Arm移植wifi驱动(5)
Ifconfig移植:网(2)
Web服务器(2)
迅雷(0)
ARM移植openWRT(5)
工具(2)
pppoe拨号上网(2)
刷机(5)
底层驱动(11)
系统编译框架及脚(16)
LuCI(19)
发布时间:2014-09-17 12:34:41
原文地址:http://blog.chinaunix.net/uid-23780428-id-4367384.htmlOpenWrt增加软件包方法OpenWrt是一个比较完善的嵌入式Linux开发平台,在无线路由器应用上已有100多个软件包。人们可以在其基础上增加软件包,以扩大其应用范围。OpenWrt在增加软件方面使用极其方便,按照OpenWrt的约定就可以很简单完成。 &nb.........【阅读全文】
发布时间:2014-09-16 17:06:52
原文地址:http://wiki.openwrt.org/doc/devel/packagesOne of the things that we've attempted to do with OpenWrt's template system is make it incredibly easy to port software to OpenWrt. If you look at a typical package directory in OpenWrt you'll find two things:package/Makefile.........【阅读全文】
发布时间:2014-09-16 16:22:22
原文地址:http://blog.csdn.net/luck_good/article/details/23517135在openwrt源码目录下make menuconfig时,选择 [*] Build the OpenWrt SDK ,之后就会在bin/ar71xx/下生产SDK文件OpenWrt-SDK-ar71xx-for-linux-i686-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2解压之后就是OpenWrt-SDK-ar71xx-for-linux-i686-gcc-4.6-.........【阅读全文】
发布时间:2014-09-05 16:44:59
原文地址:http://www.cnblogs.com/lagujw/p/3683882.html参考文档:http://wiki.openwrt.org/doc/techref/process.boothttp://blog.csdn.net/jk110333/article/details/7616765http://blog.chinaunix.net/uid-26598889-id-3060545.html 下面是我的理解:总的流程是:1.CFE->2.linux->3./e.........【阅读全文】
发布时间:2014-09-05 10:40:29
原文地址:http://blog.chinaunix.net/uid-26517122-id-4418083.html openwrt是通过一系列shell脚本进行启动流程的组织,下面是启动流程的提纲。如果想详细了解启动的过程,则需要仔细走读脚本文件。1、在make menuconfig 选择target平台“ShenZhou Loongson”,在Subtarget选择“GSC3280 Develop Board”平台。&n.........【阅读全文】