Re: [OpenWrt-Devel] [PATCH,v2] dnsmasq: bump to dnsmasq2.73rc9

2015-06-07 Thread Steven Barth
Nope, mangled still. See "MUA-SPECIFIC HINTS" on https://git-scm.com/docs/git-format-patch to fix Thunderbird though tbh. using git-send-email is easier in most cases, see https://git-scm.com/docs/git-send-email especially "EXAMPLE" at the very end. Cheers, Steven _

[OpenWrt-Devel] [PATCH] ramips: Add Support for the Linksys RE6500

2015-06-07 Thread L. D. Pinney
This patch adds support for the Linksys RE6500 Range Extender http://wiki.openwrt.org/toh/linksys/re6500 Signed-off-by: L. D. Pinney --- target/linux/ramips/base-files/etc/board.d/01_leds | 4 +++ target/linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-fil

[OpenWrt-Devel] netifd: handling of interfaces with proto "none"

2015-06-07 Thread Lars Kruse
Hi, currently I am struggling with the management of dynamically created network interfaces. Specifically I want to create an openvpn connection to a server and add the automatically generated network interface (tapX; managed by openvpn) to a specific zone. I planned to use the following commands

Re: [OpenWrt-Devel] Linux 4.x

2015-06-07 Thread Baptiste Clenet
Le 6 juin 2015 15:40, "Roman Yeryomin" a écrit : > > On 6 June 2015 at 09:21, Dirk Neukirchen wrote: > > On 05.06.2015 16:00, Baptiste Clenet wrote: > >> Hi OpenWRT developers, > >> > >> Is there any plan to port OPENWRT on Linux 4.x? (Or is it already done?) > >> > >> > > > > > > - ar71xx: ar821

[OpenWrt-Devel] [PATCH] dnsmasq: fix config file typo

2015-06-07 Thread Jonathan McCrohan
s/loclal/local/ Signed-off-by: Jonathan McCrohan --- package/network/services/dnsmasq/files/dhcp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf index a6e7867..362b90a 10

Re: [OpenWrt-Devel] [PATCH 1/5] image.mk: add Build step combined-image

2015-06-07 Thread Yaroslav Syrytsia
Hi, I think, you can replace the following line: > "$(word 1,$^)" By: $< 07.06.2015, 15:29, "Alexander Couzens" : > Signed-off-by: Alexander Couzens > --- >  include/image.mk | 7 +++ >  1 file changed, 7 insertions(+) > > diff --git a/include/image.mk b/include/image.mk > index 020418d..287

[OpenWrt-Devel] [PATCH 5/5] ar71xx/image: move ubnt images to new BuildCode

2015-06-07 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 264 - 1 file changed, 175 insertions(+), 89 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 6662672..21d0d66 100644 --- a/target

[OpenWrt-Devel] [PATCH 4/5] ar71xx/image: add build step mkubntimage2 mkubntkernelimage for unifi boards

2015-06-07 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 22 ++ 1 file changed, 22 insertions(+) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 750de9c..6662672 100644 --- a/target/linux/ar71xx/image/Makefile +++ b

[OpenWrt-Devel] [PATCH 2/5] image.mk: add Build step pad-to

2015-06-07 Thread Alexander Couzens
pad-to can be used in a pipe to pad the image to a specific chunk-size. Signed-off-by: Alexander Couzens --- include/image.mk | 5 + 1 file changed, 5 insertions(+) diff --git a/include/image.mk b/include/image.mk index 287c679..814e7dc 100644 --- a/include/image.mk +++ b/include/image.mk @@

[OpenWrt-Devel] [PATCH 3/5] ar71xx/image: new build step Build/mkubntimage for ubnt factory images

2015-06-07 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 29 + 1 file changed, 29 insertions(+) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 580a640..750de9c 100644 --- a/target/linux/ar71xx/image/Makefil

[OpenWrt-Devel] [PATCH 1/5] image.mk: add Build step combined-image

2015-06-07 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- include/image.mk | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/image.mk b/include/image.mk index 020418d..287c679 100644 --- a/include/image.mk +++ b/include/image.mk @@ -326,6 +326,13 @@ define Build/check-size } endef +define

[OpenWrt-Devel] [PATCH 0/5] ar71xx: move ubnt images to new build code

2015-06-07 Thread Alexander Couzens
Hi, I've tested these images for some models, but not all. The most important missing target is the UAP PRO or Unifi outdoor plus, because they uses a different format and build step than the others. Tested: - nanostation XM - nanostation XW - routerstation pro Test includes: - flash via rescue

[OpenWrt-Devel] [PATCH,v2] dnsmasq: bump to dnsmasq2.73rc9

2015-06-07 Thread Kevin Darbyshire-Bryant
Bump dnsmasq to v2.73rc9 Fixes dnssec NSEC handling, corner case exposed by 'linux.conf.au' when dnssec-check-unsigned enabled. Also (from changelog) correctly sanitise DNS header bits in answer when recreating query for retry. v2 - fix mangled submission Signed-off-by: Kevin Darbyshire-Brya

Re: [OpenWrt-Devel] [PATCH] dnsmasq: bump to dnsmasq2.73rc9

2015-06-07 Thread Kevin Darbyshire-Bryant
Rassen, Fassen, £"%"!" Thunderbird! v2 on the way. Hopefully I've beaten this instance of Thunderbird into submission too. Note to self: Investigate git email direct options. Agreed about seeing a final...people just need to stop finding discrepancies/corner cases :-) On 07/06/15 11:23, S

Re: [OpenWrt-Devel] [PATCH] dnsmasq: bump to dnsmasq2.73rc9

2015-06-07 Thread Steven Barth
Your patch is mangled and doesn't apply. On another note I hope we will see the final soon... Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] dnsmasq: bump to dnsmasq2.73rc9

2015-06-07 Thread Kevin Darbyshire-Bryant
Bump dnsmasq to v2.73rc9 Fixes dnssec NSEC handling, corner case exposed by 'linux.conf.au' when dnssec-check-unsigned enabled. Also (from changelog) correctly sanitise DNS header bits in answer when recreating query for retry. Signed-off-by: Kevin Darbyshire-Bryant diff --git a/package/ne