openwrt(luci中文)

2018-11-27  本文已影响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 试下吧

上一篇 下一篇

猜你喜欢

热点阅读