Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: increase nvram allocation size to 64k

2015-04-02 Thread Rafał Miłecki
On 2 April 2015 at 11:57, Ian Kent wrote: > On Thu, 2015-04-02 at 17:47 +0800, Ian Kent wrote: >> On Thu, 2015-04-02 at 09:45 +0200, Rafał Miłecki wrote: >> > On 10 March 2015 at 04:30, Ian Kent wrote: >> > > The R8000 nvram is larger than 32k, increase nvram allocation to >> > > 64k to accomadat

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: increase nvram allocation size to 64k

2015-04-02 Thread Ian Kent
On Thu, 2015-04-02 at 17:47 +0800, Ian Kent wrote: > On Thu, 2015-04-02 at 09:45 +0200, Rafał Miłecki wrote: > > On 10 March 2015 at 04:30, Ian Kent wrote: > > > The R8000 nvram is larger than 32k, increase nvram allocation to > > > 64k to accomadate. > > > > I handled this by sending nvram.c pat

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: increase nvram allocation size to 64k

2015-04-02 Thread Ian Kent
On Thu, 2015-04-02 at 09:45 +0200, Rafał Miłecki wrote: > On 10 March 2015 at 04:30, Ian Kent wrote: > > The R8000 nvram is larger than 32k, increase nvram allocation to > > 64k to accomadate. > > I handled this by sending nvram.c patch for mainline: > http://patchwork.linux-mips.org/patch/9651/

Re: [OpenWrt-Devel] [PATCH 4/6] bcm53xx: increase nvram allocation size to 64k

2015-04-02 Thread Rafał Miłecki
On 10 March 2015 at 04:30, Ian Kent wrote: > The R8000 nvram is larger than 32k, increase nvram allocation to > 64k to accomadate. I handled this by sending nvram.c patch for mainline: http://patchwork.linux-mips.org/patch/9651/ And backporting all changes to bcm53xx: https://dev.openwrt.org/chan

[OpenWrt-Devel] [PATCH 4/6] bcm53xx: increase nvram allocation size to 64k

2015-03-09 Thread Ian Kent
The R8000 nvram is larger than 32k, increase nvram allocation to 64k to accomadate. Signed-off-by: Ian Kent --- ...3xx-increase-nvram-allocation-size-to-64k.patch | 19 +++ ...3xx-increase-nvram-allocation-size-to-64k.patch | 20 2 files changed, 39 inser

[OpenWrt-Devel] [PATCH 4/6] bcm53xx - increase nvram allocation size to 64k

2015-03-09 Thread Ian Kent
The R8000 nvram is larger than 32k, increase nvram allocation to 64k to accomadate. --- ...3xx-increase-nvram-allocation-size-to-64k.patch | 19 +++ ...3xx-increase-nvram-allocation-size-to-64k.patch | 20 2 files changed, 39 insertions(+) create mode 1006