You find this package in the new OpenWrt feed : net/dnscrypt-proxy
##Deprecated
dnscrypt OpenWrt Makefile for package building, based on Black Roland one (thank you 😄 )
Depends on libsodium. OpenWrt package and Makefile available at https://github.com/damianorenfer/libsodium-openwrt
###Build for your platform
- Install the OpenWrt environnement : http://wiki.openwrt.org/doc/howto/buildroot.exigence
- Use the Makefile of this repo to build your dnscrypt-proxy package. Example : http://wiki.openwrt.org/doc/devel/packages
- From the buildroot dir :
make package/dnscrypt-proxy/{clean,prepare,configure,compile} V=s
###Installation
- Install libsodium package
- Upload the dnscrypt-proxy_1.4.0-1_{PLATFORM}.ipk to your OpenWrt router :
scp dnscrypt-proxy_1.4.0-1_{PLATFORM}.ipk root@ip_of_your_openwrt:~ - Now remote login to your OpenWrt :
ssh root@ip_of_your_openwrt - Remote install the package :
opkg install dnscrypt-proxy_1.4.0-1_{PLATFORM}.ipk - Follow configuration instructions : http://wiki.openwrt.org/inbox/dnscrypt#configuration