From d972dc3bb95cb08a8590e6a6619b990e110477f8 Mon Sep 17 00:00:00 2001 From: angt Date: Sat, 14 Nov 2015 20:39:02 +0100 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d8761d6..dd50baf 100644 --- a/README.md +++ b/README.md @@ -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