Re: [OpenWrt-Devel] [PATCH] Patch to add uClibc configuration

2012-03-24 Thread Nathan Hintz
On Fri, 2012-03-23 at 13:53 +0200, Hauke Mehrtens wrote: > On 03/23/2012 12:48 PM, Tathagata Das wrote: > > Hi, > > Attached file adds uClibc configuration specification for external > > toolchain. Instead of having to configure specifications via make > > menuconfig for external toolchain, one

[OpenWrt-Devel] [PATCH v3] BCMA - Enable use of IRQ6

2012-03-29 Thread Nathan Hintz
core->irq = 0; else core->irq = mips_irq + 2; Both approaches worked fine on my device. Signed-off-by: Nathan Hintz --- /dev/null 2012-03-21 21:16:41.055325718 -0700 +++ target/linux/brcm47xx/patches-3.2/235-bcma-dont-expose-mips

[OpenWrt-Devel] [PATCH] A couple of other (inconsequential) BCMA patches

2012-03-29 Thread Nathan Hintz
Noticed these while reviewing the code. Signed-off-by: Nathan Hintz --- /dev/null 2012-03-21 21:16:41.055325718 -0700 +++ target/linux/brcm47xx/patches-3.2/238-bcma-host_pci_devexit.patch 2012-03-29 08:29:07.340988396 -0700 @@ -0,0 +1,20 @@ +--- a/drivers/bcma/host_pci.c b/drivers

[OpenWrt-Devel] [Patch v4] BCMA - Enable use of IRQ6

2012-04-09 Thread Nathan Hintz
Changes since v3: Fixed two references to bcma_core_mips_irq in driver_pci_host.c Signed-off-by: Nathan Hintz --- /dev/null 2012-04-07 22:03:23.120698218 -0700 +++ target/linux/brcm47xx/patches-3.2/235-bcma-dont-expose-mips-irq.patch 2012-04-09 20:18:16.988877496 -0700 @@ -0,0 +1,95

[OpenWrt-Devel] BCMA - Modified PCI CFG space access

2012-04-11 Thread Nathan Hintz
In the absence of the attached patch, my device (Linksys E3000) does not consistently boot. Roughly 25% of the time following a power cycle (and occasionally on reboot), it will hang just after completion of pre-init. There is no stack trace when this occurs. I'm guessing it is occurring when th

Re: [OpenWrt-Devel] BCMA - Modified PCI CFG space access

2012-04-24 Thread Nathan Hintz
Hi Hauke: Comments are in line. On Tue, 2012-04-24 at 23:52 +0200, Hauke Mehrtens wrote: > Hi Nathan, > > On 04/11/2012 09:06 AM, Nathan Hintz wrote: > > In the absence of the attached patch, my device (Linksys E3000) does not > > consistently boot. Roughly 25% of the t

Re: [OpenWrt-Devel] [Patch v4] BCMA - Enable use of IRQ6

2012-04-24 Thread Nathan Hintz
cores; but the remaining seems relevant to me. If it's more than that, can you provide additional feedback? Do you want the patch files posted independently to the mailing list, even though there may be order dependencies? > > On 04/10/2012 05:56 AM, Nathan Hintz wrote: > >

Re: [OpenWrt-Devel] [PATCH] A couple of other (inconsequential) BCMA patches

2012-04-24 Thread Nathan Hintz
On Wed, 2012-04-25 at 00:28 +0200, Hauke Mehrtens wrote: > Hi Nathan, > > On 03/30/2012 06:54 AM, Nathan Hintz wrote: > > Noticed these while reviewing the code. > > > > Signed-off-by: Nathan Hintz > > > > This was committed in 31471. > > This pat

Re: [OpenWrt-Devel] [PATCH 002/002] ASUS RT-N16 kmod-diag and base-files detection/setup support

2011-02-10 Thread Nathan Hintz
George: I have been following the changes you have posted, and attempting to get them to work on a Linksys E3000 as well (same hardware as the WRT610nV2). I had a working image using the 2.6.22 patches you had posted a while back; and the 2.6.37 version boots up with working USB, but no succes

Re: [OpenWrt-Devel] [PATCH 002/002] ASUS RT-N16 kmod-diag and base-files detection/setup support

2011-02-12 Thread Nathan Hintz
George: With a few additional patches; the 4716 build appears to be working with no noticeable problems on my Linksys E3000. This includes wireless working on one of the radios using the broadcom-wl driver. I haven't done a lot of testing with it, but I'll be playing with it on and off t

Re: [OpenWrt-Devel] [PATCH 002/002] ASUS RT-N16 kmod-diag and base-files detection/setup support

2011-02-13 Thread Nathan Hintz
The attached patches add support for the Linksys E3000v1 and WRT610nV2. They should be applied after the patches George provided below. I believe the "003-openwrt4716-TARGET_brcm4716-prereq.patch" can be applied directly to trunk as well (dependent on George's broadcom-diag patch being applie

[OpenWrt-Devel] [PATCH] Fix nf_conntrack_ipv6 loading

2011-02-26 Thread Nathan Hintz
Signed-off-by: Nathan Hintz Index: trunk/include/netfilter.mk === --- trunk/include/netfilter.mk (revision 25693) +++ trunk/include/netfilter.mk (working copy) @@ -177,6 +177,7 @@ # IPv6 # kernel only +$(eval $(if $(NF_KMOD

[OpenWrt-Devel] [PATCH] Fix uninitialized variable in broadcom-wl

2011-05-19 Thread Nathan Hintz
Fix uninitialized variable in "broadcom-wl" that was causing occasional kernel Oops. Signed-off-by: Nathan Hintz Index: package/broadcom-wl/patches/003-compat-2.6.35.patch === --- package/broadcom-wl/patches/003-com

[OpenWrt-Devel] [PATCH] Fix addition of virtual interfaces in broadcom-wl

2011-07-03 Thread Nathan Hintz
Fix addition of virtual interfaces in "broadcom-wl" (dev->netdev_ops not initialized) Signed-off-by: Nathan Hintz --- /dev/null +++ package/broadcom-wl/patches/007-fix-virtual-interfaces.patch @@ -0,0 +1,11 @@ +--- a/driver/wl_linux.c b/driver/wl_linux.c +@@ -1

<    1   2   3