码迷,mamicode.com
首页 >  
搜索关键字:openwrt    ( 744个结果
OpenWRT开发之——BuildPackage剖析
前言 在之前的博文里详细地讲述了如何在OpenWrt下建立一个软件包(package),如:[OpenWrt对C++11的支持],[OpenWrt创建软件包]。 但是有个问题博主始终没有弄明白。为什么我们 make 一下,管理器就为我们从网上...
分类:其他好文   时间:2015-05-21 00:09:11    阅读次数:242
OpenWRT开发之——目录分析与make过程
OpenWrt 目录下的 trunk 结构如下: [trunk]$?ls bin/?????????Config.in??feeds.conf.default??rules.mk?????tmp/ BSDmakefile??dl/????????include/????????????scr...
分类:其他好文   时间:2015-05-20 20:45:09    阅读次数:225
openwrt安装SVN
需要安装这么多包Configuring libexpat.Configuring libneon.Configuring libuuid.Configuring libapr.Configuring libsqlite3.Configuring libaprutil.Configuring libl...
分类:其他好文   时间:2015-05-20 12:42:04    阅读次数:198
OPENWRT 支持git
路由器是RG100A-BA首先解决一系列依赖关系base路径下opkg install libnettle kmod-tunopkg install libgnutls-openssl安装 opkg install git
分类:其他好文   时间:2015-05-20 08:16:58    阅读次数:121
OpenWrt启动过程分析+添加自启动脚本【转】
一、OpenWrt启动过程分析转自:http://www.eehello.com/?post=107总结一下OpenWrt的启动流程:1.CFE->2.linux->3./etc/preinit->4./sbin/init ->5./etc/inittab ->6./etc/init.d/rcS->...
分类:其他好文   时间:2015-05-20 00:05:53    阅读次数:333
OpenWrt修改
openwrt如何编译修改界面的顶部、底部信息、LOGO图片2011-06-02 16:20:03 浏览2268次 以Atheros71xx为例,修改路径为:trunk/build_dir/target-mips_r2_uClibc-0.9.33.2 /luci-trunk+svn8959/them...
分类:其他好文   时间:2015-05-20 00:05:14    阅读次数:432
如何在openwrt上实现 U盘的自动挂载
如何在openwrt上实现 U盘的自动挂载
分类:其他好文   时间:2015-05-19 20:54:16    阅读次数:308
为openwrt编译xd-h3c
西电老校区,openwrt上用的认证软件。在package下新建一目录"xd-h3c",在里面新建一个Makefile,内容如下: 1 include $(TOPDIR)/rules.mk 2 3 PKG_NAME:=xd-h3c 4 PKG_VERSION:=2014-09-28 5 6 PK.....
分类:其他好文   时间:2015-05-19 20:39:41    阅读次数:369
Luci流程分析(openwrt下)
转自:http://blog.chinaunix.net/uid-23780428-id-4367414.html1.页面请求:1.1.代码结构在openwrt文件系统中,lua语言的代码不要编译,类似一种脚本语言被执行,还有一些uhttpd服务器的主目录,它们是:/www/index.htmlcg...
分类:其他好文   时间:2015-05-19 20:34:47    阅读次数:276
OpenWrt
分类:其他好文   时间:2015-05-19 18:23:42    阅读次数:97
744条   上一页 1 ... 45 46 47 48 49 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!