openwrt编译环境搭建

http://www.ubuntu.com/desktop/get-ubuntu/download(系统安装dvd)

http://mirror.anl.gov/pub/ubuntu-iso/DVDs/ubuntu/10.10/release/ (可以下载到源码dvd)

sudoapt-get installgccg++binutilspatchbzip2flexbisonmakeautoconfgettexttexinfounzipsharutilssubversionlibncurses5-devncurses-termzlib1g-dev -y

编译之前的一个重要环节:

$ ./scripts/feeds update packages luci
$ ./scripts/feeds install -a -p luci

后面两项都要加入,否则make menuconfig时没有Luci选项

http://xxx:xx80/ 软件镜像地址

make distclean
svn update
./scripts/feeds update packages luci
./scripts/feeds install -a -p luci
./scripts/feeds install
make menuconfig
make V=99

最新版本固件版本固件编译成功,贴图如下所示,和之前的固件相比,管理界面发生了很大的改变,设置可以说和老版本相比,界面完全是重新设计过的:老版本采用下拉菜单,而新版本采用了大量的Tab布局和Ajax技术,避免了整个页面范围的刷新。

遭遇无线不能开启,问题可能出在:

1、发射功率设置

2、频率改过,win7 同名ssid配置要先删除

RG100A存在vlan设置问题,需要设置个/etc/config/networks文件(那个程序读取这个配置的?)

luci 两个选项都选上?

程序烧写

mtd -r write /tmp/RG100A.bin linux // 先把固件下载到/tmp目录,然后通过命令烧写程序,这个是比较靠谱的方法。比通过Web进行升级要稳定许多。

参考资料

https://forum.openwrt.org/viewtopic.php?id=9180

http://wenix.blog.51cto.com/874806/469198

http://blog.csdn.net/feiniao1221/archive/2011/01/08/6124636.aspx

http://forum.ubuntu.org.cn/index.php

https://forum.openwrt.org/viewtopic.php?pid=111354

http://hi.baidu.com/f_fx/blog/item/311329facd097713a8d311d2.html

欢迎加入openwrt技术讨论群,141618010

你可能感兴趣的:(linux,Ajax,PHP,SVN,ubuntu)