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

2012-03-03 Thread Nathan Hintz
On Fri, 2012-03-02 at 19:23 -0800, Nathan Hintz wrote: > Hi Hauke, > > On Sat, 2012-03-03 at 00:06 +0100, Hauke Mehrtens wrote: > > On 03/02/2012 06:36 AM, Nathan Hintz wrote: > > > > > > Signed-off-by: Nathan Hintz > > > > > > --- /dev/null 2012-02-21 01:00:44.969496803 -0800 > > > +++ tar

[OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-03-03 Thread Clark Rawlins
Include the parted disc partitioning utility As disc drives can exceed 2TB in size the MSDOS partition table is not able to partition the entire drive. Adding the parted utility to openwrt makes it possible to manipulate the partition tables of EFI/GUID on a openwrt device. To use a EFI/GUID pa

Re: [OpenWrt-Devel] [PATCH] BCMA - Reorder SPROM fill

2012-03-03 Thread Hauke Mehrtens
On 03/03/2012 04:56 AM, Nathan Hintz wrote: > On Fri, 2012-03-02 at 21:13 +0100, Hauke Mehrtens wrote: >> On 03/02/2012 06:01 AM, Nathan Hintz wrote: >>> The SPROM is initialized in bcm47xx_fill_sprom, so move the call to >>> bcm47xx_fill_sprom_ethernet after it. >>> >>> Signed-off-by: Nathan Hint