Re: [OpenWrt-Devel] [PATCH] unbound bump to 1.4.20 and add uci support

2013-05-14 Thread Adam Gensler
Hello, That is a good point, I can adjust the Makefile to not install the example config. I have a question, how did you handle root.key? On my device, a Netgear WNDR3800, the clock is not saved between reboots. If the image is freshly installed and root.key hasn't been populated, unbound some

Re: [OpenWrt-Devel] [PATCH] unbound bump to 1.4.20 and add uci support

2013-05-14 Thread Adam Gensler
Hi Stepan, Thanks for the feedback. See my comments inline with [adam]: On May 14, 2013, at 8:00 AM, Stepan Henek wrote: > Hello Adam, > > we were implementing the same thing as you were (ucifying unbound). > We put less uci attributes in our config files, so in this way our version is > more

Re: [OpenWrt-Devel] [PATCH] unbound bump to 1.4.20 and add uci support

2013-05-14 Thread Martin Strbačka
Hello, We just made the same thing (patches for uci support) in our company and I wanted to send our patches. At a first look, it looks almost the same as our approach. Just one thing - maybe you should remove the unbound.conf.example file. OpenWRT wants to be very tiny, so there is no place

Re: [OpenWrt-Devel] [PATCH] unbound bump to 1.4.20 and add uci support

2013-05-13 Thread Adam Gensler
Has anyone had a chance to look at this patch? If adjustments are needed please let me know and I'll work on getting them in. Thanks! Adam On May 6, 2013, at 10:44 PM, Adam Gensler wrote: > The following patch does these things: > > 1. bumps unbound to version 1.4.20. > > 2. adds uci suppor

[OpenWrt-Devel] [PATCH] unbound bump to 1.4.20 and add uci support

2013-05-06 Thread Adam Gensler
The following patch does these things: 1. bumps unbound to version 1.4.20. 2. adds uci support via /etc/config/unbound. The entirety of unbound.conf has been implemented here. 3. removes the existing patch which applied a memory optimized config to /etc/unbound/unbound.conf. This has been migr