文章作者:姜南(Slyar) 文章来源:Slyar Home (www.slyar.com) 转载请注明,谢谢合作。
恩,OpenWrt默认的web管理界面长得简直太丑了,搞定锐捷以后我实在是看不下去了,就换了一个据说很强大的X-Wrt,不过我还没怎么用,毕竟一直都是命令行配置…囧
简单记录一下安装X-Wrt的过程,方便以后查看。
1、Add to the end of the “/etc/opkg.conf” (这里我用的是brcm-2.4的openwrt,如果你是用的47xx,那就把”brcm-2.4″改成 “brcm47xx”,版本不一样的话也自己修改吧。)
echo “src X-Wrt http://downloads.x-wrt.org/xwrt/kamikaze/8.09/brcm-2.4/packages” >> /etc/opkg.conf
2、Perform an update, otherwise a ‘Segmentation fault’ may occur.
opkg update
3、Since 8.09 from OpenWRT.org comes installed with the luci web interface by default, this must be removed first
opkg remove -recursive luci-*
4、Install X-wrt
opkg install webif