openWrt 安装管理界面luci中文包

openWrt 安装管理界面luci中文包


root

·
发布日期 2019/10/23
· 已更新 2019/11/23

openWrt15安装管理界面luci中文包

如果刚刷的openwrt15没有中文界面,用ssh连接路由后用opkg安装

root@bang-bang-tang:~# opkg install luci-i18n-base-zh-cn

Unknown package ‘luci-i18n-base-zh-cn’.

Collected errors:

* opkg_install_cmd: Cannot install package luci-i18n-base-zh-cn.

找不到安装包

这时需要更新一下opkg环境

root@bang-bang-tang:~# opkg update

显示:有Signature check passed.的项表示更新成功。

更新成功后执行

root@bang-bang-tang:~# opkg install luci-i18n-base-zh-cn

Installing luci-i18n-base-zh-cn (git-16.018.33482-3201903-1) to root…

Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/luci/luci-i18n-base-zh-cn_git-16.018.33482-3201903-1_all.ipk.

Configuring luci-i18n-base-zh-cn.

这样就安装成功了,连接192.168.1.1,在语言设置界面中就可以看到 普通话(chinese)了。

1.语言设置的位置在:System-System- System Properties- Language and Style- Language 通过下拉菜单选择。2.刚刷完固件只有英语可以选。3.opkg update4.下载中文语言包的方法:System-Software–Software-Actions,在Download and install package右边的文本框里输入:luci-i18n-chinese,点击OK,系统即会自动下载并安装。5.安装完后到语言设置的位置选择chinese,然后刷新页面即可

David_Li

我还没有学会写个人说明!

相关推荐

穷人的ALL in One 系统的搭建(伪

因为接下来的某些需要以及个人心曲爱好,打算搭建一个ALL_in_One平台(,即通过虚拟化技术,将所有的需求都放在一台x86架构的电脑上。(arm的虚拟化没了解过))那么先说需求(可根据钱包鼓不鼓动态变化233)

暂无评论