Re: [LEDE-DEV] [PATCH] Add Friendly Interactive Shell

2017-02-01 Thread Rafał Miłecki
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 > + >

[LEDE-DEV] [PATCH] Add Friendly Interactive Shell

2017-02-01 Thread Shane Peelar
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

[LEDE-DEV] [PATCH] Upgrade Vim to 8.0.0.69

2017-02-01 Thread Shane Peelar
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

Re: [LEDE-DEV] [PATCH 2/2] target/generic: update settings of mx25u3235f

2017-02-01 Thread Rafał Miłecki
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

Re: [LEDE-DEV] [PATCH 2/2] target/generic: update settings of mx25u3235f

2017-02-01 Thread Arjen de Korte
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

[LEDE-DEV] [PATCH 1/2] ipq806x/nbg6817: fixup internal mmc and switch configuration in DTS

2017-02-01 Thread André Valentin
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

[LEDE-DEV] [OpenWrt-Devel] MT7620A WiFi issue - with a twist!

2017-02-01 Thread Jamie Stuart
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

Re: [LEDE-DEV] Is there a location for utility scripts?

2017-02-01 Thread Ben Greear
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)

[LEDE-DEV] Is there a location for utility scripts?

2017-02-01 Thread Rich Brown
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

Re: [LEDE-DEV] [PATCH v2 2/2] ath10k-ct: Support ath10k CT firmware for 9887 chipsets.

2017-02-01 Thread Felix Fietkau
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 >

[LEDE-DEV] [PATCH] kernel: bump to 4.4.46

2017-02-01 Thread Koen Vandeputte
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

[LEDE-DEV] [PATCH] bcm53xx: set WAN MAC address to don't share one with LAN interface

2017-02-01 Thread Rafał Miłecki
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

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-02-01 Thread Rich Brown
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:

Re: [LEDE-DEV] ath9k crashes

2017-02-01 Thread Koen Vandeputte
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 =

Re: [LEDE-DEV] ath9k crashes

2017-02-01 Thread Alexey Brodkin
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

Re: [LEDE-DEV] [PATCH] bcm53xx: fix LAN MAC address for devices that use eth2 originally

2017-02-01 Thread Felix Fietkau
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

Re: [LEDE-DEV] [PATCH] bcm53xx: fix LAN MAC address for devices that use eth2 originally

2017-02-01 Thread Rafał Miłecki
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

[LEDE-DEV] ar71xx: support for Zyxel NWA1121-NI (updated)

2017-02-01 Thread alexpro
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