zoukankan      html  css  js  c++  java
  • openWrt 安装管理界面luci中文包

    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 update
    4.下载中文语言包的方法:System-Software–Software-Actions,在Download and install package右边的文本框里输入:luci-i18n-chinese,点击OK,系统即会自动下载并安装。
    5.安装完后到语言设置的位置选择chinese,然后刷新页面即可

  • 相关阅读:
    hello
    1234566i 还是规范
    萨嘎给
    DRF 商城项目
    DRF 商城项目
    DRF 商城项目
    Windows 上连接本地 Linux虚拟机上的 mysql 数据库
    xadmin 数据添加报错: IndexError: list index out of range
    python 实现聊天室
    xadmin 组件拓展自定义使用
  • 原文地址:https://www.cnblogs.com/h2zZhou/p/7324036.html
Copyright © 2011-2022 走看看