• Stars
    star
    258
  • Rank 158,189 (Top 4 %)
  • Language
  • License
    MIT License
  • Created about 3 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Binary distribution of https://github.com/xiaorouji/openwrt-passwall built with official OpenWRT SDK.

openwrt-passwall-build

Binary distribution of xiaorouji/openwrt-passwall built with official OpenWRT SDK.

Build and Release Scan openwrt-passwall Version

Install via OPKG

  1. Add new opkg key:
wget https://free.nchc.org.tw/osdn/storage/g/o/op/openwrt-passwall-build/passwall.pub
opkg-key add passwall.pub
  1. Add opkg repository:
read release arch << EOF
$(. /etc/openwrt_release ; echo ${DISTRIB_RELEASE%.*} $DISTRIB_ARCH)
EOF
for feed in passwall_luci passwall_packages passwall2; do
  echo "src/gz $feed https://free.nchc.org.tw/osdn/storage/g/o/op/openwrt-passwall-build/releases/packages-$release/$arch/$feed" >> /etc/opkg/customfeeds.conf
done

OR

read arch << EOF
$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)
EOF
for feed in passwall_luci passwall_packages passwall2; do
  echo "src/gz $feed https://free.nchc.org.tw/osdn/storage/g/o/op/openwrt-passwall-build/snapshots/packages/$arch/$feed" >> /etc/opkg/customfeeds.conf
done

in case you use a snapshot build.

NCHC's mirror might not be up-to-date, download from https://osdn.net/projects/openwrt-passwall-build/storage/ whenever necessary.

  1. Install package:
opkg update
opkg install luci-app-passwall

Manual Install

  • Download prebuilt ipk file from OSDN.

  • Upload file to your router, install it with ssh command.

opkg install luci-app-passwall*.ipk

Archived Builds

Builds for the following releases are archived and no longer updated due to toolchain compatibility.

OpenWrt 21.02

Acknowledgement

This project is heavily inspired by kuoruan/openwrt-v2ray.

More Repositories

1

split-appended-dtb

C
98
star
2

GrabCut

Python
39
star
3

android_kernel_oneplus_msm8996

C
13
star
4

android_device_huawei_c8817d

Device configuration for Huawei MSM8916 devices
C
12
star
5

PCANet_pytorch

Python
9
star
6

android_device_oneplus_oneplus3

C
9
star
7

openwrt-cloudflared

Cloudflared for OpenWRT compiled against Go with Cloudflare experimental patches.
Makefile
8
star
8

NPU_PhD_proposal

西北工业大学博士研究生学位论文开题报告表LaTeX模板
TeX
7
star
9

android_kernel_xiaomi_sdm660

C
6
star
10

android_kernel_huawei_msm8916

C
6
star
11

android_device_zte_nx510j

C
5
star
12

android_device_huawei_cherry

Shell
5
star
13

EMGC2F

EMGC²F: Efficient Multi-view Graph Clustering with Comprehensive Fusion
MATLAB
5
star
14

CAF_kernel_msm-4.4

https://source.codeaurora.org/quic/la/kernel/msm-4.4
4
star
15

CAF_kernel_msm-3.18

https://source.codeaurora.org/quic/la/kernel/msm-3.18
C
4
star
16

spoof-spl

Shell
4
star
17

android_device_huawei_c8816

Shell
4
star
18

android_kernel_huawei_msm8610

C
4
star
19

oneplus3_qti-telephony-common_decompiled

Smali
3
star
20

MKKM-SR

Multiple Kernel K-Means Clustering with Simultaneous Spectral Rotation
MATLAB
3
star
21

Fast-CD

MATLAB
2
star
22

FMGM

MATLAB
2
star
23

BigNews

Java
2
star
24

android_device_xiaomi_jason

Makefile
2
star
25

HPNC

Hyperspherical Prototype Node Clustering
Python
2
star
26

ZhihuDaily

Java
1
star
27

DPMKKM

Discrete Multiple Kernel k-means
MATLAB
1
star
28

android_kernel_zte_msm8994

C
1
star
29

GetCM

http://get.cm
Python
1
star
30

PerfTest

Kotlin
1
star
31

android_vendor_zte_nx510j

Makefile
1
star
32

android_device_huawei_msm8916-common

C
1
star
33

android_external_patchelf

C
1
star
34

proprietary_vendor_huawei_c8817d

Makefile
1
star
35

CAF_kernel_msm-3.10

git://codeaurora.org/quic/la/kernel/msm-3.10
C
1
star
36

BankerAlgorithm

Python
1
star
37

BAMC

C++
1
star