
//更新软件源
opkg update
//安装主题
opkg install luci-theme-material
//安装汉化
opkg install luci-i18n-base-zh-cn
//安装ssl支持
opkg install ca-certificates luci-ssl-openssl
//更换清华镜像源
sed -i 's_downloads.openwrt.org_mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
//安装curl
opkg install curl
opkg update
//安装主题
opkg install luci-theme-material
//安装汉化
opkg install luci-i18n-base-zh-cn
//安装ssl支持
opkg install ca-certificates luci-ssl-openssl
//更换清华镜像源
sed -i 's_downloads.openwrt.org_mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
//安装curl
opkg install curl
