Binary distribution of xiaorouji/openwrt-passwall built with official OpenWRT SDK.
- Add new opkg key:
wget https://mirrors.tuna.tsinghua.edu.cn/osdn/storage/g/o/op/openwrt-passwall-build/passwall.pub
opkg-key add passwall.pub
- Add opkg repository:
read release arch <<< $(. /etc/openwrt_release ; echo $DISTRIB_RELEASE $DISTRIB_ARCH)
cat << EOF >> /etc/opkg/customfeeds.conf
src/gz passwall_luci https://mirrors.tuna.tsinghua.edu.cn/osdn/storage/g/o/op/openwrt-passwall-build/releases/$release/packages/$arch/passwall_luci
src/gz passwall_packages https://mirrors.tuna.tsinghua.edu.cn/osdn/storage/g/o/op/openwrt-passwall-build/releases/$release/packages/$arch/passwall_packages
EOF
TUNA's mirror might not be up-to-date, download from
https://osdn.net/projects/openwrt-passwall-build/storage/
whenever necessary.
- Install package:
opkg update
opkg install luci-app-passwall
-
Download prebuilt ipk file from OSDN.
-
Upload file to your router, install it with ssh command.
opkg install luci-app-passwall*.ipk
This project is heavily inspired by kuoruan/openwrt-v2ray.