1.启用sftp文件连接使用ssh连接openwrt时我发现无法打开sftp windows进行上传和下载文件提示sftp channel closed by server: stderr:ash /usr/libexec/sftp-server:not found原因是系统刚刚装好后没有安装openssh-sftp-server包opkg update opkg install openssh-sftp-server2.安装中文包opkg update opkg install luci-i18n-base-zh-cn安装完成之后刷新一下系统界面就会变成中文的了。3.换一个新的系统界面风格我刚装好的openwrt系统界面如下所示默认使用的是luci-theme-Bootstrap我觉得太丑了想换个界面风格。opkg update opkg install luci-theme-material安装完成之后刷新系统页面