通过管理页面安装

1、访问OpenWrt的管理页面,如http://192.168.1.1/cgi-bin/luci
2、依次打开系统->Software
3、点击Update lists
4、在Filter处输入需要安装的软件名称
5、从搜索结果点击“install”安装

通过命令行安装

1、使用ssh登录OpenWrt
2、运行命令
opkg update
3、运行命令
opkg install 软件包名称
例如安装页面中文语言包:

opkg update
opkg install luci-i18n-base-zh-cn