8000 GitHub - happynclient/happynopenwrt: happynet client on openwrt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

happynclient/happynopenwrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

happyn openwrt client

build (ubuntu20.04)

  1. install dep packages
sudo apt-get install subversion build-essential libncurses5-dev zlib1g-dev gawk git ccache gettext libssl-dev xsltproc zip
  1. config openwrt sdk
wget https://downloads.openwrt.org/releases/21.02.0/targets/x86/64/openwrt-sdk-21.02.0-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz
tar xvf openwrt-sdk-21.02.0-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz

cd openwrt-sdk-21.02.0-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz
./scripts/feeds update -a
./scripts/feeds install -a 
  1. config happynopenwrt
make defconfig

git clone https://github.com/happynclient/happynopenwrt.git package/happyn

make package/happyn/n2n-happyn/compile V=s
make package/happyn/luci-app-happynet/compile V=s

#ipk file to sdk/bin/packages/xx

install

  1. Download ipk packages of your arch on Release Page:

  2. Unzip packages, you need two ipk files:

    • n2n-happyn_3.x.x.ipk
    • luci-app-happynet_xx.ipk

    Other ipks are Dependency packages Depending on how you lost lib packages;

  3. Upload n2n-happyn_3.x.x.ipk packages with your openwrt webui and install it;

  4. Upload luci-app-happynet_xx.ipk packages with your openwrt webui and install it;

  5. Do config from openwrt webui VPN->HAPPYN VPN

About

happynet client on openwrt

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0