美文网首页
openwrt(luci中文)

openwrt(luci中文)

作者: 嵌入式工作 | 来源:发表于2018-11-27 17:19 被阅读0次

    OpenWRT 安装 LUCI

    每次ssh登陆OpenWRT安装新软件时,都必须更新opkg

    opkg update

    安装LUCI

    opkg install luci

    安装luci中文语言包, 不同OpenWRT版本中语言包的名称并不相同,比如15.05.1版本中。 进入 https://downloads.openwrt.org/chaoscalmer/15.05.1/ar71xx/nand/packages/luci/ 查找语言包的ipk 为 'luci-i18n-ahcp-zh-cngit-16.018.33482-3201903-1_all.ipk' ,所以可以通过以下命令安装:

    opkg install luci-i18n-ahcp-zh-cn

    其他版本类似。 opkg安装源的url位置可以在 /etc/opkg.conf 中看到。
    启动LUCI

    /etc/init.d/uhttpd enable 将uhttpd加入开机启动
    /etc/init.d/uhttpd start 启动uhttpd服务

    此时既可以在浏览器中进行路由器配置。

    打开 http://192.168.1.1 试下吧

    相关文章

      网友评论

          本文标题:openwrt(luci中文)

          本文链接:https://www.haomeiwen.com/subject/hvcnqqtx.html