http://wiki.openwrt.org/toh/tp-link/tl-wr1043ndOEM mass flashingFlashing hundreds of devices using the web interface can be a real pain. You can use t...
分类:
其他好文 时间:
2014-08-29 17:42:58
阅读次数:
188
http://wiki.openwrt.org/doc/howtobuild/wireless-router-with-a-3g-dongleBuilding image with support for 3g/4g and usb tetheringPreparing build environm...
分类:
其他好文 时间:
2014-08-29 14:36:37
阅读次数:
893
http://wiki.openwrt.org/doc/devel/patchesWorking with patchesOpenWrt Buildroot integrates quilt for easy patch management. This document outlines some...
分类:
其他好文 时间:
2014-08-29 09:23:47
阅读次数:
308
下载源码包的地方:http://downloads.openwrt.org.cn/sources/
分类:
其他好文 时间:
2014-08-28 18:18:16
阅读次数:
148
echo "Collecting data..."echo ""cat /proc/net/arp | grep : | grep ^192 | grep -v 00:00:00:00:00:00 | awk '{print $1}' > mac-ipiptables -N UPLOADiptabl...
分类:
其他好文 时间:
2014-08-27 18:26:28
阅读次数:
885
一:笔者采用的是系统是OpenWrt之PandoraBox,内核版本3.3.8;硬件设备是MTK的7620开发板。其中怎么搭建openwrt开发环境在此不用多说,因为既然想实现3G无线上网卡拨号上网,那么肯定是要有一点的openwrt及linux开发基础。二:make menuconfig需要添加上...
分类:
其他好文 时间:
2014-08-21 20:52:14
阅读次数:
827
TARGET_LIB:=libsqlite3.so
LIBS := -lpthread -ldl
CFLAGS := -g -Wall -shared -fPIC -I. $(LIBS)
CC := mipsel-openwrt-linux-gcc #交叉编译下的编译路径
STRIP := mipsel-openwrt-linux-strip
OBJ := sqlite3.o
all...
分类:
数据库 时间:
2014-08-21 11:34:24
阅读次数:
631
都在package文件夹之中1 ssh登陆欢迎文字,在package/base-files/files/etc/banner中2 路由器的默认机器名字,在package/base-files/files/etc/config/system中3 默认开启无线功能,在package/kernel/mac...
分类:
其他好文 时间:
2014-08-20 13:55:02
阅读次数:
189
假如我使用的是WR703N,改为8M内存:1 修改openwrt/target/linux/ar71xx/image/Makefile文件$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR3420V2,tl-mr3420-v2,TL-MR3420-...
分类:
其他好文 时间:
2014-08-20 13:45:32
阅读次数:
250
应用程序与驱动之间需要进行命令的传递,因而它们之间需要共同定义一套双方都可以识别的数据结构,实际使用时它们include的是名字和内容相同但位置不同的头文件。比如spi_gpio_ad7193.h这个头文件中包含有仅给驱动所使用的结构 _mode/_confstruct _mode { // ...
分类:
其他好文 时间:
2014-08-20 12:09:22
阅读次数:
202