PDA

查看完整版本 : TP-Link WR1041N 刷OpenWrt 教程


Tony
2012-09-30, 05:38 PM
先到http://wiki.openwrt.org/toh/tp-link/tl-wr1041n ,下载http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-tl-wr1041n-v2-squashfs-factory.bin ,里边有简单的教程,不过是英文的.

进tplink的界面,直接用这个包升级.

升级完成后,因为原厂没http界面,所以要手动装.

用secureCRT之类的telnet软件,地址填192.168.1.1,进入路由管理界面,

输入
vi /etc/config/network

编辑网络配置文件,

按inert键,然后按右键粘贴下边内容,再按一下ESC键,输入 :wq ,保存退出.
config interface 'wan'
option ifname 'eth0.2'
option proto 'pppoe'
option username '你的ADSL帐号'
option password '你的ADSL密码'


然后就可以上网了,上网后,可以开始安装软件,原厂4M rom实在太小,只安装Luci管理界面,安装Luci 中文包,multiwan多拨管理这几个.

root@OpenWrt:/#/etc/init.d/network restart
root@OpenWrt:/#opkg update
root@OpenWrt:/#opkg install luci
root@OpenWrt:/#opkg install luci-i18n-chinese
root@OpenWrt:/#opkg install luci-app-multiwan
root@OpenWrt:/#/etc/init.d/uhttpd enable
root@OpenWrt:/#/etc/init.d/uhttpd start

http管理界面完成.