全部博文(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-10-21 14:05:10
原文地址:http://blog.csdn.net/chenchao868/article/details/6239942协同程序(coroutine)与多线程情况下的线程比较类似:有自己的堆栈,自己的局部变量,有自己的指令指针(IP,instruction pointer),但与其它协同程序共享全局变量等很多信息。线程和协同程序的主要不同在于:在多处理器情况下,从概念上来讲多线.........【阅读全文】
发布时间:2014-10-21 13:49:14
原文地址:http://blog.csdn.net/kof98765/article/details/37940149luci 参考资料http://luci.subsignal.org/trac/wiki/Documentationhttp://wiki.openwrt.org/doc/techref/preinit_mount?#first.boothttp://www.google.com.hk/search?q=Luci&hl=en&safe=strict&domains=openwrt.org&sitesearch=openwrt.o.........【阅读全文】
发布时间:2014-10-21 13:36:11
原文地址:http://blog.csdn.net/laoxiao1987/article/details/78676791.先在system中添加一个ipv6config 操作:先在/usr/lib/ lua/luci/controller/admin/system.lua 文件中的index页面中添加 [php] view plaincopyprint? entry({"admin",&nbs.........【阅读全文】
发布时间:2014-10-21 13:36:00
原文地址:http://blog.csdn.net/laoxiao1987/article/details/78676791.先在system中添加一个ipv6config 操作:先在/usr/lib/ lua/luci/controller/admin/system.lua 文件中的index页面中添加 [php] view plaincopyprint? entry({"admin",&nbs.........【阅读全文】