Re: [OpenWrt-Devel] how to enable openssl hardware encryption engine ?

2013-05-01 Thread valent.turko...@gmail.com
On Wed, May 1, 2013 at 12:52 AM, valent.turko...@gmail.com wrote: > On Tue, Apr 30, 2013 at 10:46 PM, Jiri Slachta wrote: >> Dne 30.4.2013 22:08, valent.turko...@gmail.com napsal(a): >>> On Tue, Apr 30, 2013 at 9:36 PM, valent.turko...@gmail.com >>> wrote: I had missed package with engines

Re: [OpenWrt-Devel] [PATCH] [packages] tinc: fix init.d/tinc parameter generation and logfile config name

2013-05-01 Thread Luka Perkov
On Wed, May 01, 2013 at 08:19:19PM -0400, Sandy McArthur Jr wrote: > tinc expects long parameters to be in the form "--name=value" and the > current init scripts generate "--name value" parameters. See `tincd > --help` to confirm. Also, the config/tinc and init.d/tinc incorrectly > use the paramete

Re: [OpenWrt-Devel] [PATCH] [packages] tinc: fix init.d/tinc parameter generation and logfile config name

2013-05-01 Thread Sandy McArthur Jr
tinc expects long parameters to be in the form "--name=value" and the current init scripts generate "--name value" parameters. See `tincd --help` to confirm. Also, the config/tinc and init.d/tinc incorrectly use the parameter "log" when it should be "logfile". Signed-off-by: Sandy McArthur, Jr. -

Re: [OpenWrt-Devel] [PATCH][include] Reduce configuration file entropy

2013-05-01 Thread Matthias Buecher / Germany
On 01.05.2013 01:21, Jonh Wendell wrote: > didn't try the patch, but I'm all for it, as it fixes a really annoying > behavior. > > > 2013/4/30 Sergey Ryazanov > > > Reducing entropy of configuration file, which is introduced by find > utility, by applying

[OpenWrt-Devel] [PATCH] Fix install of iptables pkg-config files.

2013-05-01 Thread Danny Baumann
libiptc.pc depends on libip[4|6]tc.pc, thus all of those need to be installed. Should fix collectd build and thus #13146; which should make collectd appear in snapshots again. Signed-off-by: Danny Baumann --- package/network/utils/iptables/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 delet