Re: [OpenWrt-Devel] [PATCH] [packages] openvpn: make comp_lzo a parameter

2013-10-15 Thread Luka Perkov
Hi Philipp, On Mon, Oct 14, 2013 at 02:38:02PM +0200, Philipp Borgers wrote: > Possible parameters are yes, no and adaptive. See manpage for more > information. > > Signed-off-by: Philipp Borgers > --- > package/network/services/openvpn/files/openvpn.config | 4 ++-- > package/network/services

Re: [OpenWrt-Devel] [PATCH] dropbear: add dropbear.nl mirror, provided by dropbear maintainer

2013-10-15 Thread Jo-Philipp Wich
Applied in r38413, thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH][packages] libnfc: Update to version 1.7.0

2013-10-15 Thread Jo-Philipp Wich
Applied in r38414 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/6] libgphoto2 depends on libusb-compat, not libusb-1.0

2013-10-15 Thread Jo-Philipp Wich
Applied in r38415, thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 2/6] ddns-scripts: add init script

2013-10-15 Thread Jo-Philipp Wich
Applied in r38416 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 3/6] pptpd: Add uci configuration for PPTPD.

2013-10-15 Thread Jo-Philipp Wich
Hi, comments inline. On 11.10.2013 12:30, Bruno Randolf wrote: > Signed-off-by: Bruno Randolf > --- > net/pptpd/Makefile| 3 +++ > net/pptpd/files/pptpd.init| 40 ++-- > net/pptpd/files/pptpd.uciconf | 8 > 3 files changed, 49 inser

Re: [OpenWrt-Devel] [PATCH 4/6] pptpd: remove IP in options.pptp

2013-10-15 Thread Jo-Philipp Wich
Applied in r38417 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 6/6] isc-dhcp: dhcrelay: Add RFC3527 link selection sub-option

2013-10-15 Thread Jo-Philipp Wich
Hi, comments inline. > RFC3527 link selection sub-option is used to select the "uplink" interface of > dhcrelay in cases where the DHCP server does not know how to reach the > dhcrelay > based on the DHCP range. This can happen in weird network configurations like > Mesh networks. > > Signed-off

Re: [OpenWrt-Devel] [PATCH 5/6] isc-dhcp: dhcrelay: Add more UCI options

2013-10-15 Thread Jo-Philipp Wich
Hi, comments inline. > Add more options to dhcrelay UCI and init script: > > - enabled > - interfaces: Listen interfaces > - relay_mode: What to do about packets that already have a relay option > > Also mark /etc/config/dhcrelay as conffile > > Signed-off-by: Bruno Randolf > --- > net/isc-d

[OpenWrt-Devel] [PATCH] build: remove breaking commas from ubi calls

2013-10-15 Thread Joris de Vries
The extra commas get output by the shell resulting in errors since the commands that get called with those extra commas are then malformed. Signed-off-by: Joris de Vries --- include/image.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image

Re: [OpenWrt-Devel] [PATCH] build: remove breaking commas from ubi calls

2013-10-15 Thread Luka Perkov
Hi Joris, On Tue, Oct 15, 2013 at 08:41:53PM +0200, Joris de Vries wrote: > The extra commas get output by the shell resulting in errors since > the commands that get called with those extra commas are then > malformed. > > Signed-off-by: Joris de Vries > --- > include/image.mk |4 ++-- > 1 f