Mar 102020
 

这里面就没太多顺序。就是记录一下,日后有空,可以在OpenWRT玩玩

wget支持https

opkg update
opkg install wget ca-certificates

添加repo

wget http://openwrt-dist.sourceforge.net/openwrt-dist.pub
opkg-key add openwrt-dist.pub

查看cpu架构

opkg print-architecture | awk '{print $2}'

然后添加 /etc/opkg/customfeeds.conf

请将 {architecture} 替换成对应的 CPU 架构

src/gz openwrt_dist http://openwrt-dist.sourceforge.net/packages/base/{architecture}
src/gz openwrt_dist_luci http://openwrt-dist.sourceforge.net/packages/luci
更新
opkg update

参考文章

https://wody11.blogspot.com/2018/10/openwrtlede-shadowsocks.html?view=sidebar

 Leave a Reply

(required)

(required)

This site uses Akismet to reduce spam. Learn how your comment data is processed.