[OpenWrt-Devel] [PATCH] dnsmasq: remove dnssec timecheck enable on SIGHUP

2015-10-01 Thread Kevin Darbyshire-Bryant
This patch stops SIGHUP from enabling dnssec timechecks if disabled by use of --dnssec-no-timecheck option. --dnssec-timestamp continues to work correctly. Enabling dnssec timechecks now requires restarting dnsmasq without the --dnssec-no-timecheck configuration option and closes a potential

Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-10-01 Thread Felix Fietkau
On 2015-09-30 22:49, Alexey Brodkin wrote: > Hi Alexander, > > On Wed, 2015-09-30 at 22:37 +0200, Alexander Couzens wrote: >> Hi, >> >> what's the state of this patch? >> >> I'm unbreaking sparc for OpenWrt and uclibc is broken as already >> mentioned. musl doesn't support sparc :(. > >

Re: [OpenWrt-Devel] [PATCH] dnsmasq: remove dnssec timecheck enable on SIGHUP

2015-10-01 Thread Etienne Champetier
Hi, 2015-10-01 12:19 GMT+02:00 Kevin Darbyshire-Bryant < ke...@darbyshire-bryant.me.uk>: > This patch stops SIGHUP from enabling dnssec timechecks if disabled by > use of --dnssec-no-timecheck option. --dnssec-timestamp continues to > work correctly. > I haven't really followed the previous

Re: [OpenWrt-Devel] [PATCH] dnsmasq: remove dnssec timecheck enable on SIGHUP

2015-10-01 Thread Kevin Darbyshire-Bryant
On 01/10/15 11:37, Etienne Champetier wrote: > Hi, > > 2015-10-01 12:19 GMT+02:00 Kevin Darbyshire-Bryant > >: > > This patch stops SIGHUP from enabling dnssec timechecks if disabled by > use of --dnssec-no-timecheck

Re: [OpenWrt-Devel] [PATCH] dnsmasq: remove dnssec timecheck enable on SIGHUP

2015-10-01 Thread Kevin Darbyshire-Bryant
On 01/10/15 12:56, Etienne Champetier wrote: > > > 2015-10-01 13:21 GMT+02:00 Kevin Darbyshire-Bryant > >: > > > > On 01/10/15 11:37, Etienne Champetier wrote: > > Hi, > > > > 2015-10-01 12:19 GMT+02:00 Kevin

Re: [OpenWrt-Devel] [PATCH] dnsmasq: remove dnssec timecheck enable on SIGHUP

2015-10-01 Thread Etienne Champetier
2015-10-01 13:21 GMT+02:00 Kevin Darbyshire-Bryant < ke...@darbyshire-bryant.me.uk>: > > > On 01/10/15 11:37, Etienne Champetier wrote: > > Hi, > > > > 2015-10-01 12:19 GMT+02:00 Kevin Darbyshire-Bryant > > >: > > > > This

[OpenWrt-Devel] [PATCH] CC-x86: add support for LEDs on PCEngines APU

2015-10-01 Thread Ben Pfountz
These 2 patches add support for the front 3 LEDs on the PCEngines APU board: - Create a subtarget for the PCEngines APU, which selects all the supported options I could find for this board. - Adds a kmod-leds-apu kernel module package which supports the 3 front LEDs on the PCEngines APU. -

Re: [OpenWrt-Devel] [PATCH] dnsmasq: remove dnssec timecheck enable on SIGHUP

2015-10-01 Thread Toke Høiland-Jørgensen
Kevin Darbyshire-Bryant writes: > This patch stops SIGHUP from enabling dnssec timechecks if disabled by > use of --dnssec-no-timecheck option. --dnssec-timestamp continues to > work correctly. I'd argue that patching dnsmasq in this way is the wrong way to fix

Re: [OpenWrt-Devel] [PATCH][RESEND] libnl: split libnl into smaller libraries

2015-10-01 Thread Rick Farina
At least aircrack-ng wants genl as well as core. Please feel free to fix aircrack-ng to dep properly when you make this change. Thanks, Zero_Chaos (openwrt maintainer of aircrack-ng) On 09/23/2015 04:17 AM, Alexandru Ardelean wrote: > From: Alexandru Ardelean > > Some modules

Re: [OpenWrt-Devel] [PATCH] dnsmasq: remove dnssec timecheck enable on SIGHUP

2015-10-01 Thread Toke Høiland-Jørgensen
Kevin Darbyshire-Bryant writes: > Could I kindly ask you to read > https://patchwork.ozlabs.org/patch/521344/ particularly with regards to > Yousong's comments. You'll hopefully appreciate the irony of your > suggestion and how things (by which I mean 'I') have

Re: [OpenWrt-Devel] [PATCH] package: libs: libnl: fix include installation directory

2015-10-01 Thread Rick Farina
based on sanity I'm going to move aircrack-ng upstream to use pkg-config so this patch is a prerequisite to making that work on openwrt ACK from me. Thanks, Zero_Chaos On 10/01/2015 05:41 AM, Paul Fertser wrote: > Without this patch packages that use pkg-config to find libnl3 includes fail >

[OpenWrt-Devel] [PATCH firewall] zones : Redirect incoming WAN traffic only when the destination IP address matches the IP masquerading address

2015-10-01 Thread Hans Dedecker
This patch fixes an issue when 2 LAN network prefixes are in use : - the usual 192.168.0.0/24 which is masqueraded by the public IP address on the WAN interface - a public IP network prefix for those LAN devices that are excluded from NAT Port forwarding rules introduced for 192.168.1.x

Re: [OpenWrt-Devel] [PATCH][RESEND] libnl: split libnl into smaller libraries

2015-10-01 Thread Alexandru Ardelean
Sure, will do. Was going to open up some suggestions in that directions. I also want to look into the part where other modules can build against libnl (instead of libnl-tiny), when libnl selected. Not sure how elegant that would become, but I'll look into it. On Thu, Oct 1, 2015 at 7:33 PM,

Re: [OpenWrt-Devel] [PATCH] dnsmasq: remove dnssec timecheck enable on SIGHUP

2015-10-01 Thread Kevin Darbyshire-Bryant
On 01/10/15 16:20, Toke Høiland-Jørgensen wrote: > Kevin Darbyshire-Bryant writes: > >> This patch stops SIGHUP from enabling dnssec timechecks if disabled by >> use of --dnssec-no-timecheck option. --dnssec-timestamp continues to >> work correctly. > I'd argue

[OpenWrt-Devel] [PATCH] collectd: disable perl bindings from dev host

2015-10-01 Thread Tim Harvey
if a user's env has PERL_MM_OPT defined collect will fail to build. Adding --with-perl-bindings="" will override this env var. Signed-off-by: Tim Harvey --- utils/collectd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/collectd/Makefile

Re: [OpenWrt-Devel] package sha256sum mismatch

2015-10-01 Thread Nerijus Baliunas
On Thu, 1 Oct 2015 00:21:12 +0300 Nerijus Baliunas wrote: > # opkg install zabbix-agentd > Installing zabbix-agentd (2.4.6-1) to root... > Downloading >

[OpenWrt-Devel] [PATCH] libnl: Install include files into libnl3

2015-10-01 Thread Bruno Randolf
Install header files into same location as pkgconfig/libnl-3.0.pc says: Cflags: -I${includedir}/libnl3 Signed-off-by: Bruno Randolf --- package/libs/libnl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/libnl/Makefile

Re: [OpenWrt-Devel] [PATCH firewall] zones : Redirect incoming WAN traffic only when the destination IP address matches the IP masquerading address

2015-10-01 Thread Jo-Philipp Wich
Hi, wouldn't this break port forwards to hosts not being within the range of the on-link lan subnet? I also read the patch description three times and still am not sure what that change attempts to achive. Can you further explain the problem please and provide a before/after "fw3 print" diff so

[OpenWrt-Devel] [PATCH 3/4] brcm2708: add support for device tree overlays

2015-10-01 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/image/Makefile | 7 +++ target/linux/brcm2708/image/config.txt | 9 + 2 files changed, 16 insertions(+) diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile

Re: [OpenWrt-Devel] [PATCH v2] base-files: init/sysfixtime - exclude dnsmasq.time

2015-10-01 Thread Toke Høiland-Jørgensen
Steven Barth writes: > Using --dnssec-no-timecheck is impractical since it reacts to SIGHUP which > is already overloaded and might be triggered by e.g. config changes. Quite apart from the signaling, using --dnssec-no-timecheck very quickly turns into an ugly hack. I

[OpenWrt-Devel] [PATCH 4/4] brcm2708: keep boot partition mounted to allow users to change config.txt

2015-10-01 Thread Álvaro Fernández Rojas
This way it's easier to configure device tree overlays, customize other parameters... Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/base-files/lib/preinit/79_move_config | 6 +++--- target/linux/brcm2708/base-files/lib/upgrade/platform.sh| 7 --- 2

[OpenWrt-Devel] [PATCH 1/4] brcm2708: fix kmod-sound-soc-bcm2708-i2s config

2015-10-01 Thread Álvaro Fernández Rojas
Right now, selecting kmod-sound-soc-bcm2708-i2s causes build errors due to missing configs. kmod-regmap enables I2C and SPI, causing build errors due to depending variables not defined. Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/modules.mk | 2 ++ 1 file

[OpenWrt-Devel] [PATCH 2/4] brcm2708: switch device tree compilation to linux

2015-10-01 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/Makefile | 2 +- target/linux/brcm2708/image/Makefile | 8 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index

Re: [OpenWrt-Devel] [PATCH v2 1/3] ramips: Add DTS files for HiWiFi HC5x61 models

2015-10-01 Thread Piotr Dymacz
Hello, I don't have more comments, it looks good now. Maybe just think about my suggestion with common dtsi for all 3 models. And just one question - how does it look with flashing process on those devices? Cheers, Piotr 2015-09-29 18:13 GMT+02:00 Kang Xiaoning : > > > On

[OpenWrt-Devel] [PATCH 2/2] uhttpd: add support for gzipped content encoding

2015-10-01 Thread Andrej Krpic
this patch implements gzip content encoding. It is used when "gzip" string is present in a Accept-Encoding header of a request and the decision to use chunked encoding in a response was already made. Adds zlib dependency. Signed-off-by: Andrej Krpic --- CMakeLists.txt | 7

[OpenWrt-Devel] [PATCH 1/2] uhttpd: use separate ustream for chunked transfer encoding

2015-10-01 Thread Andrej Krpic
Hi, this patch simplifies chunk printing when chunked transfer encoding is used in a response... And it comes handy when gzip content encoding will be used. Signed-off-by: Andrej Krpic --- client.c | 17 + file.c | 6 -- uhttpd.h | 1 + utils.c | 31

[OpenWrt-Devel] [PATCH] package: libs: libnl: fix include installation directory

2015-10-01 Thread Paul Fertser
Without this patch packages that use pkg-config to find libnl3 includes fail to build because the path in the .pc file doesn't match actual install location. Make it the way upstream proposes and let whomever depend on libnl use pkg-config to find it. Signed-off-by: Paul Fertser