openwrt资料汇集

735阅读 0评论2013-01-06 308938969
分类:

中wiki选项竟然不开,换了IE,360浏览器都打不开,最后换了一个opera浏览器就能打开,然后发现了opera一些新的功能特征。opera开元免费,很多方面的功能都比IE,360浏览器功能强大,浏览速度很快,能够实现全文翻译。下载一个opera浏览器查看下面的文档:
索引主页:
OPKG Package Manager:
OPKG Package Manager:
Cross Compile:http://wiki.openwrt.org/doc/devel/crosscompile
Creating packages: http://wiki.openwrt.org/doc/devel/packages
Where to get packages :
Creating packages :http://wiki.openwrt.org/doc/devel/packages
Creating packages:http://wiki.openwrt.org/doc/devel/packages#creating.packages.for.kernel.modules
OpenWrt Buildroot – Technical Reference:
OpenWrt Buildroot – Installation:
OpenWrt Buildroot – Usage:
OpenWrt Buildroot – Installation:
OpenWrt Buildroot – About:
Welcome Advanced User!:
Documentation:
OpenWrt Wiki:
Overview: Generic Basic Howtos:
两个例子:
TP-Link WR-1043ND and compiling OpenWRT:
这个例子中的解决方案:
cd ~
svn checkout svn://svn.openwrt.org/openwrt/branches/backfire ~/wr1043nd
cd ~/wr1043nd
./scripts/feeds update packages luci
./scripts/feeds install -a -p luci
make menuconfig
In menuconfig select:
Target System: Atheros AR71xx/AR7240/AR913x
Target Profile: TP-LINK TL-WR1043ND v1
LuCI / Collections / luci: y
Kernel modules / USB Support / kmod-usb-kore: y
Kernel modules / USB Support / kmod-usb-ohci: y
Kernel modules / USB Support / kmod-usb-storage: y
Kernel modules / USB Support / kmod-usb-uhci: y
 
Good build scripts? and scripts for copying built snapshots?:
 
路由器设置:
[howto] Building OpenWrt Kamikaze from source:
 
 
上一篇:OpenWrt Buildroot – 安装
下一篇:openwrt启动脚本分析