全部博文(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-16 20:43:53
原文地址:http://blog.chinaunix.net/uid-23780428-id-4367414.html1. 页面请求:1.1. 代码结构在openwrt文件系统中,lua语言的代码不要编译,类似一种脚本语言被执行,还有一些uhttpd服务器的主目录,它们是:/www/index.htmlcgi-bin/luciluci-static/xxx/xx.css、js、gif.........【阅读全文】
发布时间:2014-09-16 14:13:51
原文地址:http://blog.ich8.com/post/3948修改 modules/admin-full/luasrc/controller/admin/index.lua 文件–[[LuCI - Lua Configuration InterfaceCopyright 2008 Steven Barth <steven@midlink.org>Licensed under the Apache License, Version 2.0 (the "License");you may not use this fi.........【阅读全文】
发布时间:2014-09-16 10:31:25
原文地址:http://openwrt.diandian.com/post/2014-08-06/40062418042Feeds是OpenWrt环境所需要的软件包套件。最重要的feeds有:‘packages’一些额外的基础路由器特性软件‘LuCI’OpenWrt默认的GUI‘Xwrt’另一种可选的GUI界面需要能够连接互联网。在下载之前可以通过查看’feeds.conf.default’文.........【阅读全文】
发布时间:2014-09-16 10:12:17
原文地址:http://www.right.com.cn/forum/thread-131035-1-1.html本人菜鸟,最近在学习这方面的知识,在参考资料的基础上总结如下内容。这篇文章针对如何对openwrt开源系统的LUCI界面进行配置!主要如下三点:第一,主要介绍了该如何修改luci源代码,在哪里进行修改;第二,在LuCI里如何写一个自己的模块;第三,LuCI实.........【阅读全文】
发布时间:2014-09-15 20:42:50
原文地址:http://blog.csdn.net/ruiyiin/article/details/8677080参考了网上的luci学习指南,还有自己的学习,胡扯来胡扯去。[java] view plaincopyprint?function index() local root = node() if not root.lock then root.target = alias("mini") .........【阅读全文】