我的板子是MT7620A修改方法如下:在openwrt源码目录下执行:vi ./target/linux/ramips/image/Makefile8M改成4M、16M...## MT7620A Profiles#...Image/Build/Profile/MT7620a_MT7610e=$(ca...
分类:
其他好文 时间:
2014-09-04 13:09:39
阅读次数:
548
- OpenWrt 无线驱动采用wireless.kernel.org的开源版本, backports.
- 我们采用qdk 版本的开源版本(无线驱动从Ralink的驱动移植过来).
期间遇到各种问题总结:
1. UI问题,未显示Station, 不能设置Channel,加密我们自己添加上去的。
2. Ralink驱动问题, 建立双ssid,位于不同vlan下,多次切换会导...
分类:
其他好文 时间:
2014-08-30 16:26:09
阅读次数:
224
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