Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 394 Bytes

glorytun-openwrt

Glorytun package for OpenWrt

You need an OpenWrt version with libsodium >= 1.0.4.

Add this line in your feeds.conf.default:

src-git glorytun https://github.com/angt/glorytun-openwrt.git

Update and install your feeds:

$ ./scripts/feeds update -a
$ ./scripts/feeds install -a

Configure and build:

$ make defconfig
$ make menuconfig
$ make