标签:
安装LuCI语言包:LuCI ---> Modules ---> Translations ---> English (en) Chinese (zh-cn) Taiwanese (zh-tw)
修改源配置文件
feeds/luci/modules/luci-base/root/etc/config/luci
改后内容如下:
config core main option lang zh-cn option mediaurlbase /luci-static/openwrt.org option resourcebase /luci-static/resources config extern flash_keep option uci "/etc/config/" option dropbear "/etc/dropbear/" option openvpn "/etc/openvpn/" option passwd "/etc/passwd" option opkg "/etc/opkg.conf" option firewall "/etc/firewall.user" option uploads "/lib/uci/upload/" config internal languages config internal sauth option sessionpath "/tmp/luci-sessions" option sessiontime 3600 config internal ccache option enable 1 config internal themes
make V=99
编译好的镜像烧写入开发板,进入Web页面即可
标签:
原文地址:http://blog.csdn.net/u011641885/article/details/46446061