[LEDE-DEV] [PATCH] Netgear X4 R7500 adjust ath10k firmware

2017-03-17 Thread Thomas Reifferscheid
Netgear X4 R7500 comes with a QCA988X. The patch enables 2.4Ghz wifi on kernel 4.9 for this particular device. Signed-off-by: Thomas Reifferscheid --- target/linux/ipq806x/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/image/Makefile b/t

Re: [LEDE-DEV] [PATCH] Netgear X4 R7500 adjust ath10k firmware

2017-03-17 Thread Thomas Reifferscheid
Am 17.03.2017 um 14:01 schrieb Thomas Reifferscheid: Netgear X4 R7500 comes with a QCA988X. The patch enables 2.4Ghz wifi on kernel 4.9 for this particular device. Please disregard. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://list

[LEDE-DEV] [PATCH] build: Fix unpacking of overlaid packages

2017-03-17 Thread Michal Sojka
Since commit 5af113eb7c0f6e4b2d09e536e1a2adc4e2d6071d, LEDE's build system contains overlay functionality, which allows to locally amend properties of packages. When one wants to overlay certain properties such as PKG_VERSION, the unpack command (UNPACK_CMD) uses the original value rather than the

Re: [LEDE-DEV] [PATCH] imx6: add support for GW5904

2017-03-17 Thread Tim Harvey
On Mon, Mar 13, 2017 at 9:34 AM, Rafał Miłecki wrote: > On 10 March 2017 at 16:01, Tim Harvey wrote: >> diff --git >> a/target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi >> b/target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi >> new file mode 100644 >> index 0

Re: [LEDE-DEV] [PATCH] imx6: add support for GW5904

2017-03-17 Thread Rafał Miłecki
On 03/17/2017 03:51 PM, Tim Harvey wrote: On Mon, Mar 13, 2017 at 9:34 AM, Rafał Miłecki wrote: On 10 March 2017 at 16:01, Tim Harvey wrote: diff --git a/target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi b/target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi new

Re: [LEDE-DEV] [PATCH] ramips: Add patch to reset SPI flash to 3-byte addressing

2017-03-17 Thread Alexandru Gagniuc
On 03/05/2017 01:02 AM, Daniel Golle wrote: Hi, we've previously discussed [1] the patch on the mailing list and I If anyone is looking for the backported patches, I've uploaded them to my github: https://github.com/mrnuke-adaptrum/lede/commits/spi-4b-opcode-backport Enjpy, Alex believe

[LEDE-DEV] nodogsplash v1.0.1 or 2.0.0

2017-03-17 Thread Nick Dennis
Does anyone know if there is reason for the nodogsplash feed to be downloading version 1.0.1? Could it be updated to download the current version 2.0.0? Thanks ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman

Re: [LEDE-DEV] nodogsplash v1.0.1 or 2.0.0

2017-03-17 Thread Moritz Warning
1.0.1 ist the current stable. 2.0.0 has not been released yet. On 03/17/2017 10:33 PM, Nick Dennis wrote: > Does anyone know if there is reason for the nodogsplash feed to be > downloading version 1.0.1? Could it be updated to download the current > version 2.0.0? > > Thanks > > > ___

Re: [LEDE-DEV] [PATCH] build: Fix unpacking of overlaid packages

2017-03-17 Thread Michal Sojka
On Fri, Mar 17 2017, Michal Sojka wrote: > Since commit 5af113eb7c0f6e4b2d09e536e1a2adc4e2d6071d, LEDE's build > system contains overlay functionality, which allows to locally amend > properties of packages. When one wants to overlay certain properties > such as PKG_VERSION, the unpack command (UNP

[LEDE-DEV] [PATCH] build: Fix stamps of overlaid packages

2017-03-17 Thread Michal Sojka
--- include/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/package.mk b/include/package.mk index 91871f06fb..14321642c0 100644 --- a/include/package.mk +++ b/include/package.mk @@ -52,16 +52,16 @@ find_library_dependencies = $(wildcard $(patsubst %,$(

[LEDE-DEV] [PATCH] iproute2: fix ip monitor can't work when NET_NS is not enabled

2017-03-17 Thread Yousong Zhou
The bug appeared in v4.1.0 and was fixed since v4.8.0 Fixes FS#620 Signed-off-by: Yousong Zhou --- I am also going to backport this to lede-17.01 branch package/network/utils/iproute2/Makefile| 2 +- ...ix-ip-monitor-can-t-work-when-NET_NS-is-n.patch | 40 ++ 2