Hi,
This is updated patch for Zyxel NWA1121-NI support:
- added files, forgotten last time
- cleaned up the patch
- updated ar71xx.sh, platform.sh
- checked sysupgrade - works
From d7372b409d6c69781f147949a511e61f539dbf2f Mon Sep 17 00:00:00 2001
From: Alex Prokofiev
Date: Wed, 25 Jan 2017 2
On 1 February 2017 at 10:43, Felix Fietkau wrote:
> On 2017-01-31 13:53, Rafał Miłecki wrote:
>> From: Rafał Miłecki
>>
>> We override default Ethernet interface with eth0 which often uses random
>> MAC due to missing proper NVRAM entry. Fix this by manually assigning
>> MAC in the config.
>>
>>
On 2017-01-31 13:53, Rafał Miłecki wrote:
> From: Rafał Miłecki
>
> We override default Ethernet interface with eth0 which often uses random
> MAC due to missing proper NVRAM entry. Fix this by manually assigning
> MAC in the config.
>
> Signed-off-by: Rafał Miłecki
> ---
> target/linux/bcm53x
Hi Felix, Koen,
On Tue, 2017-01-31 at 08:27 +0100, Felix Fietkau wrote:
> On 2017-01-30 14:50, Koen Vandeputte wrote:
> >
> > Hi Felix,
> >
> > Since the latest ath9k fixes you've submitted I've seen a few NULL
> > derefs on my cns3xxx boards the past few days.
> >
> > I'm not sure if these ar
On 2017-02-01 12:29, Alexey Brodkin wrote:
Hi Felix, Koen,
That part of the log looks very suspicious:
-->8--
[ 42.57] Unable to handle kernel NULL pointer dereference at virtual
address
[ 42.57] pgd = c000
Update on the release documentation. There's a new top-level page to describe
Release Builds at: https://lede-project.org/releases/start
jow has updated and coalesced the release documentation into a single directory
at /releases/17.01 You can read the improved documents at:
Overview: https://l
From: Rafał Miłecki
After analyzing numerous NVRAMs and vendor firmwares it seems the base
MAC address is used for LAN interface. WAN interface has different one
which sometimes is set directly in NVRAM and sometines needs to be
calculated.
Signed-off-by: Rafał Miłecki
---
target/linux/bcm53xx
Refreshed patches for all supported targets.
Compiled & Tested on cns3xxx & imx6
Signed-off-by: Koen Vandeputte
---
include/kernel-version.mk | 4 ++--
target/linux/cns3xxx/patches-4.4/200-broadcom_phy_reinit.patch | 2 +-
2 files changed, 3 insertions(+), 3
Hi Felix,
Note that watchdog will not work without additional patches, but as
its disabled it doesn't hurt anything. I will follow-up with
additional patches following this being accepted
Tim
How would you like to proceed on this one?
Should Tim first submit his additional patches for review?
On 2017-01-27 01:11, gree...@candelatech.com wrote:
> From: Ben Greear
>
> And, update support for 9880 chipsets. The new firmware
> fixes a regression with EAPOL 4/4 packets added in
> a recent commit.
>
> It also fixes a case where the firmware would improperly try
> to use STBC when configur
A multi-part question:
1) Does the LEDE community have any favorite scripts that might be included in
the basic LEDE distribution?
For example, I wrote a "getstats.sh" script
(https://github.com/richb-hanover/OpenWrtScripts/blob/master/getstats.sh) that
collects a consistent set of informatio
On 02/01/2017 09:13 AM, Rich Brown wrote:
A multi-part question:
1) Does the LEDE community have any favorite scripts that might be included in
the basic LEDE distribution?
For example, I wrote a "getstats.sh" script
(https://github.com/richb-hanover/OpenWrtScripts/blob/master/getstats.sh) th
Hello LEDE / OpenWRT devs,
I am requesting your help. First a little background…
I am co-founder of an education technology charity, onebillion (
https://onebillion.org/ ). We build apps that enable children to learn to read
and become basically numerate in their own language. We are working wi
This patch enabled 4K, dual and quad read. Settings have been verified with
a real device.
Signed-off-by: André Valentin
---
.../linux/generic/patches-4.4/477-mtd-add-spi-nor-add-mx25u3235f.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/target/linux/generic/patches-4
The setting mmc-ddr-1_8v in the platform dts leads to read errors. The
device is unusable and system reboots in a loop. Because NBG6817 is the
only mmc device, I commented mmc-ddr-1_8v out in base dts.
The second change removes settings now present in base dts.
The third change references was a w
Citeren André Valentin :
This patch enabled 4K, dual and quad read. Settings have been verified with
a real device.
Signed-off-by: André Valentin
This is a bit tricky. While one can detect that a specific SPI NOR
device has SECT_4K capability (this is a property of the SPI device
itself)
On 1 February 2017 at 22:08, André Valentin wrote:
> This patch enabled 4K, dual and quad read. Settings have been verified with
> a real device.
Please send it to linux-mtd for upstream inclusion first.
___
Lede-dev mailing list
Lede-dev@lists.infrade
Signed-off-by: Shane Peelar
---
utils/vim/Makefile | 8
utils/vim/patches/001-compile.patch | 41 -
2 files changed, 4 insertions(+), 45 deletions(-)
delete mode 100644 utils/vim/patches/001-compile.patch
diff --git a/utils/vim/Make
Signed-off-by: Shane Peelar
---
libs/pcre2/Makefile | 95 +
1 file changed, 95 insertions(+)
create mode 100644 libs/pcre2/Makefile
diff --git a/libs/pcre2/Makefile b/libs/pcre2/Makefile
new file mode 100644
index 000..f7dd17c
--- /dev/nul
Signed-off-by: Shane Peelar
---
utils/fish/Makefile | 71 +
utils/fish/patches/0001-configure.patch | 11 +
2 files changed, 82 insertions(+)
create mode 100644 utils/fish/Makefile
create mode 100644 utils/fish/patches/0001-configure.patch
> On Feb 1, 2017, at 12:25 PM, Ben Greear wrote:
>
> On 02/01/2017 09:13 AM, Rich Brown wrote:
>> A multi-part question:
>>
>> 1) Does the LEDE community have any favorite scripts that might be included
>> in the basic LEDE distribution?
>>
>> For example, I wrote a "getstats.sh" script
>> (
On 01/02/2017 22:32, Rafał Miłecki wrote:
> On 1 February 2017 at 22:08, André Valentin wrote:
>> This patch enabled 4K, dual and quad read. Settings have been verified with
>> a real device.
>
> Please send it to linux-mtd for upstream inclusion first.
>
this patch is the result of an upstre
On 1 February 2017 at 23:36, Shane Peelar wrote:
> Signed-off-by: Shane Peelar
Please use something like
[PATCH packages]
> ---
> utils/fish/Makefile | 71
> +
> utils/fish/patches/0001-configure.patch | 11 +
> 2 files changed, 82 inse
23 matches
Mail list logo