Re: [OpenWrt-Devel] Designated Driver

2015-04-07 Thread Dmitri Bogomolov
> That Doodle poll turned out to be spamed/trolled, and everyone could even > change or delete other votes. Since this was just communicated over this > mailing list, and subscribers are at least basically verified, why not have a > good old fashioned poll? > > Give your +1 answer on this mail if

Re: [OpenWrt-Devel] [PATCH][packages]sane-backends: version no longer available as single tarball

2013-12-13 Thread Dmitri Bogomolov
12/06/2013 11:28 PM, John Vogel пишет: > sane-backends-1.0.23 is only available as three part download. The current > version upstream is 1.0.24. > > This patch bumps sane-backends to 1.0.24 and refreshes the source patches. > This fixes ticket #14579. Thank you! This works, at least for me.

[OpenWrt-Devel] [PATCH 2/2][packages] vpnc: UCI support

2013-12-06 Thread Dmitri Bogomolov
This is more controversial part of my patch: watching and reconnecting scripts. I've tried to implement the simplest watch scenario with minimum extra configuration: option keepalive_interval. Signed-off-by: Dmitri Bogomolov <4gli...@gmail.com> diff --git a/net/vpnc/Makefile

[OpenWrt-Devel] [PATCH 1/2][packages] vpnc: UCI support

2013-12-06 Thread Dmitri Bogomolov
Signed-off-by: Dmitri Bogomolov <4gli...@gmail.com> diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile index 58af207..66cad8b 100644 --- a/net/vpnc/Makefile +++ b/net/vpnc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This i