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 borg...@mi.fu-berlin.de --- package/network/services/openvpn/files/openvpn.config | 4 ++--

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 b...@einfach.org --- net/pptpd/Makefile| 3 +++ net/pptpd/files/pptpd.init| 40 ++-- net/pptpd/files/pptpd.uciconf | 8 3 files

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-by:

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 b...@einfach.org ---

[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 jo...@apptrician.nl --- include/image.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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 jo...@apptrician.nl --- include/image.mk |