Update README.md

This commit is contained in:
angt
2015-11-14 20:39:02 +01:00
parent 72b341a40e
commit d972dc3bb9

View File

@@ -1,2 +1,25 @@
# 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 glortun https://github.com/angt/glorytun-openwrt.git
Or install in `package`:
$ git clone https://github.com/angt/glorytun-openwrt.git
$ cp -rf glorytun-openwrt/glorytun package
Update and install your feeds:
$ ./scripts/feeds update -a
$ ./scripts/feeds install -a
Configure and build:
$ make defconfig
$ make menuconfig
$ make