全部博文(685)
发布时间:2014-09-16 19:05:56
原文地址:http://blog.csdn.net/qiu265843468/article/details/38543913无线AP(Access Point)是一个无线网络的接入点,具备无线到有线( wireless-to-wired)的桥接功能,我们这里的无线AP是纯接入设备,没有路由功能(由于开发板网卡数限制,所以没有实现)。下面就来讲一下具体的实现方法:硬件准备:mini2440.........【阅读全文】
发布时间:2014-09-16 17:06:52
原文地址:http://wiki.openwrt.org/doc/devel/packagesOne of the things that we've attempted to do with OpenWrt's template system is make it incredibly easy to port software to OpenWrt. If you look at a typical package directory in OpenWrt you'll find two things:package/Makefile.........【阅读全文】
发布时间:2014-09-16 16:22:22
原文地址:http://blog.csdn.net/luck_good/article/details/23517135在openwrt源码目录下make menuconfig时,选择 [*] Build the OpenWrt SDK ,之后就会在bin/ar71xx/下生产SDK文件OpenWrt-SDK-ar71xx-for-linux-i686-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2解压之后就是OpenWrt-SDK-ar71xx-for-linux-i686-gcc-4.6-.........【阅读全文】
发布时间:2014-09-16 14:13:51
原文地址:http://blog.ich8.com/post/3948修改 modules/admin-full/luasrc/controller/admin/index.lua 文件–[[LuCI - Lua Configuration InterfaceCopyright 2008 Steven Barth <steven@midlink.org>Licensed under the Apache License, Version 2.0 (the "License");you may not use this fi.........【阅读全文】
发布时间:2014-09-16 10:31:25
原文地址:http://openwrt.diandian.com/post/2014-08-06/40062418042Feeds是OpenWrt环境所需要的软件包套件。最重要的feeds有:‘packages’一些额外的基础路由器特性软件‘LuCI’OpenWrt默认的GUI‘Xwrt’另一种可选的GUI界面需要能够连接互联网。在下载之前可以通过查看’feeds.conf.default’文.........【阅读全文】