Re: [OpenWrt-Devel] Device tree issues with TL-WDR4900 (mpc85xx) and kernel 4.0.1

2015-05-06 Thread Wojciech Dubowik
On 06/05/15 21:23, Heiner Kallweit wrote: Am 05.05.2015 um 22:17 schrieb Heiner Kallweit: Am 05.05.2015 um 08:29 schrieb Wojciech Dubowik: On 04/05/15 22:45, Heiner Kallweit wrote: I tried to make the TL-WDR4900 work under kernel 4.0. Adjusting the platform-specific patches was quickly done an

Re: [OpenWrt-Devel] [PATCH 1/4] kernel: mips jump only works with memory less then 256mb. when enable HIGHMEM use long jump

2015-05-06 Thread John Crispin
Hi, what is the difference between this and the previous version ? Johnn On 07/05/2015 04:25, wengbj wrote: > Signed-off-by: wengbj > --- > .../patches-3.18/305-mips_module_reloc.patch |7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/target/linux/generic

[OpenWrt-Devel] [PATCH] ralink: add mt7621 support automatic recognition memory size(32M-512M)

2015-05-06 Thread wengbj
Signed-off-by: wengbj --- ...support-automatic-recognition-memory-size.patch | 50 1 file changed, 50 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0113-add-mt7621-support-automatic-recognition-memory-size.patch diff --git a/target/linux/ramips/patch

[OpenWrt-Devel] [PATCH 1/4] kernel: mips jump only works with memory less then 256mb. when enable HIGHMEM use long jump

2015-05-06 Thread wengbj
Signed-off-by: wengbj --- .../patches-3.18/305-mips_module_reloc.patch |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/target/linux/generic/patches-3.18/305-mips_module_reloc.patch b/target/linux/generic/patches-3.18/305-mips_module_reloc.patch index 41cf806..f

[OpenWrt-Devel] [PATCH 3/4] ralink: add mt7621 support automatic recognition memory size(32M-512M)

2015-05-06 Thread wengbj
From: daixj Signed-off-by: daixj --- ...support-automatic-recognition-memory-size.patch | 50 1 file changed, 50 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0113-add-mt7621-support-automatic-recognition-memory-size.patch diff --git a/target/linux

[OpenWrt-Devel] [PATCH 2/4] ralink: add HIGHMEM support for mt7621

2015-05-06 Thread wengbj
Signed-off-by: wengbj --- target/linux/ramips/mt7621/config-3.18 |1 + .../0112-add-mt7621-support-high-memory.patch | 13 + 2 files changed, 14 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0112-add-mt7621-support-high-memory.patch diff -

[OpenWrt-Devel] [PATCH 4/4] ralink: firewrt support memory detect

2015-05-06 Thread wengbj
Signed-off-by: wengbj --- target/linux/ramips/dts/FIREWRT.dts |5 - 1 file changed, 5 deletions(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 2b018e6..d0decd5 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts

Re: [OpenWrt-Devel] Device tree issues with TL-WDR4900 (mpc85xx) and kernel 4.0.1

2015-05-06 Thread Heiner Kallweit
Am 05.05.2015 um 22:17 schrieb Heiner Kallweit: > Am 05.05.2015 um 08:29 schrieb Wojciech Dubowik: >> On 04/05/15 22:45, Heiner Kallweit wrote: >>> I tried to make the TL-WDR4900 work under kernel 4.0. >>> Adjusting the platform-specific patches was quickly done and the system >>> boots. >>> Howev

[OpenWrt-Devel] Trac down

2015-05-06 Thread Eric Schultz
Hey, I just noticed that https://dev.openwrt.org is returning a 502 error. I don't know if the web folks know that but I just thought I'd notify people here just in case. Eric -- Eric Schultz, Community Manager, prpl Foundation http://www.prplfoundation.org eschu...@prplfoundation.org cell: 920

[OpenWrt-Devel] [PATCH] [package] trace-cmd: update to 2.4.2

2015-05-06 Thread Dirk Neukirchen
fixes compile error: (observed w. target arm64, all kernel build opts enabled) error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments Signed-off-by: Dirk Neukirchen --- package/devel/trace-cmd/Makefile | 4 ++-- 1 file changed,

Re: [OpenWrt-Devel] [PATCH] generic: add linux 4.1-rc1 support

2015-05-06 Thread Hauke Mehrtens
On 05/02/2015 10:49 AM, Dirk Neukirchen wrote: > On 01.05.2015 11:21, Hauke Mehrtens wrote: >> On 05/01/2015 10:59 AM, Dirk Neukirchen wrote: >>> On 28.04.2015 23:08, Álvaro Fernández Rojas wrote: Boot tested: http://pastebin.com/L6aAb9xj Signed-off-by: Álvaro Fernández Rojas >>> >>