Provides some OpenWrt/LEDE packages
OpenWrt-dist is a depot of OpenWrt/LEDE device.
For more details, check here.
First, add openwrt-dist.pub file into opkg’s keys:
wget http://openwrt-dist.sourceforge.net/openwrt-dist.pub opkg-key add openwrt-dist.pub
You can use the following command to get architecture:
opkg print-architecture | awk '{print $2}'
Then, add the following line to /etc/opkg/customfeeds.conf
src/gz openwrt_dist http://openwrt-dist.sourceforge.net/packages/base/{architecture} src/gz openwrt_dist_luci http://openwrt-dist.sourceforge.net/packages/luci
Then
opkg update opkg install ChinaDNS opkg install luci-app-chinadns opkg install dns-forwarder opkg install luci-app-dns-forwarder opkg install shadowsocks-libev opkg install luci-app-shadowsocks opkg install simple-obfs opkg install ShadowVPN opkg install luci-app-shadowvpn
You can also search and install them in LuCI.
Use the following command and follow the prompts.
wget http://openwrt-dist.sourceforge.net/auto_install.sh
chmod +x auto_install.sh
./auto_install.sh
Use SCP
or FTP
upload these downloaded files to your router,
then log in your router and use opkg
to install these .ipk file.
The depot is composed of the following repository on GitHub.
Use the SDK to build (take openwrt-dist-luci for example): cd into SDK root, then
pushd package git clone https://github.com/aa65535/openwrt-dist-luci.git popd make menuconfig # select LuCI / 3. Applications make V=99
GPLv3