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
想要用gdb对OpenWrt进行远程调试。首先得在OpenWrt目标机上安装gdbserver。 1. 安装gdbserver gdbserver 可以用 ipk 包进行安装。 在OpenWrt的trunk目录下,运行 make menuconfig,进行系统进行裁剪。 gdbserver在...
分类:
其他好文 时间:
2015-05-18 21:18:00
阅读次数:
887
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
转自: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++写个简单的程序测试了一下,可行。 博主这两天又了解了C++11,里面的新特性非常令我兴奋。比如shared_ptr, lambda, auto都是非常有用的特性。[点击了解C++11] 今天,...
分类:
编程语言 时间:
2015-05-18 16:59:58
阅读次数:
167
在openwrt上运行的是busybox,功能和一般linux发行版自带的 bash shell 差不多。
但是针对嵌入式系统做了很多的裁剪,语法上也和 bash shell 有一点差异。
本文主要记录的是 在脚本中声明和调用函数的过程。...
分类:
其他好文 时间:
2015-05-18 16:41:37
阅读次数:
152
LuCI (Lua Configiration Interface) 是OpenWRT 的Web 管理介面。LuCI 是一个MVC (Model View Controller) framework,所以我们可以在LuCI 的基础上写Web 的应用程式。第一个controller 模组假设我们想做一...
分类:
其他好文 时间:
2015-05-18 14:26:32
阅读次数:
236
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编译简单过程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
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