Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-23 Thread Ian Kent
On Thu, 2015-04-23 at 14:48 +, Hante Meuleman wrote: > Thank you for the information Ian, that was very helpful. Just found > part of the problem. My R8000 used to work quite well, till I upgraded > to new Netgear firmware. The old Netgear firmware is using this nvram > entry: > > vlan1port

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-23 Thread Ian Kent
On Thu, 2015-04-23 at 13:19 +, Hante Meuleman wrote: > Can you tell a bit more about: > > "switch to use port 8 for the cpu, the way the Broadcom source does, > doesn't work so I'm missing something with that for sure." > > Is that something you tried with the by Rafał suggested changes to >

Re: [OpenWrt-Devel] dnsmasq and --dhcp-relay option ?

2015-04-23 Thread Kevin Darbyshire-Bryant
On 23/04/2015 21:55, openwrt-de...@couprie.net wrote: > Hi, > > I need the dnsmasq --dhcp-relay option, how do i add this option to the > dnsmasq script ? > > Perry You could edit '/etc/dnsmasq.conf' and add your option/s directly to it. Does that achieve your aim? Kevin smime.p7s Descriptio

[OpenWrt-Devel] dnsmasq and --dhcp-relay option ?

2015-04-23 Thread openwrt-de...@couprie.net
Hi, I need the dnsmasq --dhcp-relay option, how do i add this option to the dnsmasq script ? Perry --dhcp-relay=,[,dnsmasq to do DHCP relay. The local address is an address allocated to an interface on the host running dnsmasq. All DHCP requests arriving on that interface will we relayed to

Re: [OpenWrt-Devel] ar71xx: bug #19503 Fix TP-LINK Archer-C5/C7 v2 RFKILL-Switch

2015-04-23 Thread Lars Buerding
Thanks Dirk, so this would break Archer-C7 v1 and so cant be used as-is. -#define ARCHER_C7_GPIO_BTN_RFKILL 13 +#define ARCHER_C7_GPIO_BTN_RFKILL 23 On an Archer C7 v1 "13" currently works (but with reversed logic) toggle between Wireless On/Off position and id disables/enables the w

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-23 Thread Hante Meuleman
Thank you for the information Ian, that was very helpful. Just found part of the problem. My R8000 used to work quite well, till I upgraded to new Netgear firmware. The old Netgear firmware is using this nvram entry: vlan1ports=3 2 1 0 5 7 8* Newer firmware will update this nvram entry to vla

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-23 Thread Hante Meuleman
Can you tell a bit more about: "switch to use port 8 for the cpu, the way the Broadcom source does, doesn't work so I'm missing something with that for sure." Is that something you tried with the by Rafał suggested changes to fix the cpu port to 8 in the struct, as described on the forum? On

Re: [OpenWrt-Devel] [PATCH] dnsmasq: Bump to dnsmasq2.73rc6 - resend

2015-04-23 Thread Kevin Darbyshire-Bryant
On 23/04/2015 14:06, Kevin Darbyshire-Bryant wrote: > On 23/04/2015 13:22, Felix Fietkau wrote: >> On 2015-04-23 12:09, Kevin Darbyshire-Bryant wrote: >>> Bump dnsmasq to v2.73rc6 >>> >>> Remove 001-fix-crash-in-auth-code.patch & >>> 200-fix-dhcpv6-solicit-handling.patch as now included upstream. >

Re: [OpenWrt-Devel] [PATCH] dnsmasq: Bump to dnsmasq2.73rc6 - resend

2015-04-23 Thread Kevin Darbyshire-Bryant
On 23/04/2015 13:22, Felix Fietkau wrote: > On 2015-04-23 12:09, Kevin Darbyshire-Bryant wrote: >> Bump dnsmasq to v2.73rc6 >> >> Remove 001-fix-crash-in-auth-code.patch & >> 200-fix-dhcpv6-solicit-handling.patch as now included upstream. >> >> Signed-off-by: Kevin Darbyshire-Bryant > The patch is

Re: [OpenWrt-Devel] AR8334 switch support

2015-04-23 Thread Christian Mehlis
Am 22.04.2015 um 19:01 schrieb Heiner Kallweit: Can you provide a complete dmesg output? Bootlog is available here: http://wiki.openwrt.org/toh/compex/wpj344#openwrt_upstream_bootlog Dmesg is attached. W/o having seen the datasheets for AR8337/AR8334 I'm hesitant to propose a patch. 1. AR83

Re: [OpenWrt-Devel] [PATCH] dnsmasq: Bump to dnsmasq2.73rc6

2015-04-23 Thread Felix Fietkau
On 2015-04-23 12:09, Kevin Darbyshire-Bryant wrote: > Bump dnsmasq to v2.73rc6 > > Remove 001-fix-crash-in-auth-code.patch & > 200-fix-dhcpv6-solicit-handling.patch as now included upstream. > > Signed-off-by: Kevin Darbyshire-Bryant The patch is line wrapped and does not apply. - Felix ___

[OpenWrt-Devel] [PATCH] busybox: replace hotfix with upstream commit de5edadee2dca2896492f97ab3a56e389305e74d

2015-04-23 Thread Bastian Bittorf
with this patch the hotfix from r45471 is replaced. compile and runtested with ar71xx / r45568 the file 'shell/ash_test/ash-heredoc/heredoc1.right' is not included, because it does not apply on our busybox. when upgrading to next busybox-release, this patch can be dropped. Signed-off-by: Bastian

[OpenWrt-Devel] [PATCH] dnsmasq: Bump to dnsmasq2.73rc6

2015-04-23 Thread Kevin Darbyshire-Bryant
Bump dnsmasq to v2.73rc6 Remove 001-fix-crash-in-auth-code.patch & 200-fix-dhcpv6-solicit-handling.patch as now included upstream. Signed-off-by: Kevin Darbyshire-Bryant diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 9c90e0f..c5d37a4 10

[OpenWrt-Devel] [PATCH] tools/mkimage: backport gcc5 compatibility, patch

2015-04-23 Thread Dirk Neukirchen
Fedora 22 includes gcc5 by default build leads to error: include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc5.h: No such file or directory backport upstream patch: "Add linux/compiler-gcc5.h to fix builds with gcc5" id: 478b02f1a7043b673565075ea5016376f3293b23 Issue was report

Re: [OpenWrt-Devel] ar71xx: bug #19503 Fix TP-LINK Archer-C5/C7 v2 RFKILL-Switch

2015-04-23 Thread Dirk Neukirchen
-#define ARCHER_C7_GPIO_BTN_RFKILL 13 +#define ARCHER_C7_GPIO_BTN_RFKILL 23 On an Archer C7 v1 "13" currently works (but with reversed logic) toggle between Wireless On/Off position and id disables/enables the wireless (iwinfo shows no entry / iwinfo showing entries) __