码迷,mamicode.com
首页 >  
搜索关键字:openwrt    ( 744个结果
OpenWrt backfire trunk源码下载及编译
OpenWrtsignature check failed remove wrong signature filesvn co svn://svn.openwrt.org/openwrt/branches/backfire下载官网的源码(稳定版本)或者svn co svn://svn.openwrt...
分类:其他好文   时间:2015-05-19 00:19:53    阅读次数:291
OpenWRT开发之——远程debug
想要用gdb对OpenWrt进行远程调试。首先得在OpenWrt目标机上安装gdbserver。 1. 安装gdbserver gdbserver 可以用 ipk 包进行安装。 在OpenWrt的trunk目录下,运行 make menuconfig,进行系统进行裁剪。 gdbserver在...
分类:其他好文   时间:2015-05-18 21:18:00    阅读次数:887
OpenWrt compiles
make -r world: build failed. Please re-run make with -j1 V=s to see what's going onmake: *** [world] Error 1,OpenWrt telnet一般情况我们是直接使用ssh的,这个是dropbear...
分类:其他好文   时间:2015-05-18 20:38:33    阅读次数:249
luci范例
转自:http://www.cnblogs.com/souroot/p/4511760.htmlLuCI (Lua Configiration Interface) 是OpenWRT 的Web 管理介面。LuCI 是一个MVC (Model View Controller) framework,所以...
分类:其他好文   时间:2015-05-18 18:45:26    阅读次数:128
OpenWRT开发之——C++11的支持
前言 在上篇文章中博主尝试了在OpenWrt上用C++写个简单的程序测试了一下,可行。 博主这两天又了解了C++11,里面的新特性非常令我兴奋。比如shared_ptr, lambda, auto都是非常有用的特性。[点击了解C++11] 今天,...
分类:编程语言   时间:2015-05-18 16:59:58    阅读次数:167
busybox脚本的函数
在openwrt上运行的是busybox,功能和一般linux发行版自带的 bash shell 差不多。 但是针对嵌入式系统做了很多的裁剪,语法上也和 bash shell 有一点差异。 本文主要记录的是 在脚本中声明和调用函数的过程。...
分类:其他好文   时间:2015-05-18 16:41:37    阅读次数:152
luci范例
LuCI (Lua Configiration Interface) 是OpenWRT 的Web 管理介面。LuCI 是一个MVC (Model View Controller) framework,所以我们可以在LuCI 的基础上写Web 的应用程式。第一个controller 模组假设我们想做一...
分类:其他好文   时间:2015-05-18 14:26:32    阅读次数:236
openwrt设置samba
1. 安装Samba服务执行如下命令安装Samba服务:opkg updateopkg install samba36-server2. 配置全局共享参数配置文件路径为/etc/samba/smb.conf.template,将[global]中的invalid users = root注掉,像下面...
分类:其他好文   时间:2015-05-16 14:49:10    阅读次数:345
OpenWrt编译
OpenWrt编译简单过程1,OpenWrt编译环境准备sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libn...
分类:其他好文   时间:2015-05-16 13:20:20    阅读次数:121
OpenWrt for vmware 从openwrt.org下载10.03.1 或是自己下载最新的源码进行编译生成x86 vmdk格式
1,直接从OpenWrt.org官网下载http://downloads.openwrt.org/backfire/10.03.1/x86_generic/更新OpenWrt在线软件源opkg updatehttp://downloads.openwrt.org/backfire/10.03.1/x...
分类:系统相关   时间:2015-05-16 10:29:26    阅读次数:463
744条   上一页 1 ... 46 47 48 49 50 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!