更换清华源
sed -i 's_downloads.openwrt.org_mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
清华源->腾讯源
sed -i 's_mirrors.tuna.tsinghua.edu.cn_mirrors.cloud.tencent.com_' /etc/opkg/distfeeds.conf
清华大学:mirrors.tuna.tsinghua.edu.cn/openwrt
中科大:mirrors.ustc.edu.cn/openwrt
腾讯:mirrors.cloud.tencent.com/openwrt
中文包
opkg install luci-i18n-base-zh-cn
更新全部包
opkg update
opkg list-upgradable | cut -f 1 -d' '| xargs opkg upgrade