[LEDE-DEV] Netgear WGR614 v10

2016-08-29 Thread Kristjan Onu
I tried to install lede-brcm47xx-mips74k-netgear-wgr614-v10_north-america-squashfs.chk on a router running the OEM firmware. This router was previously mentioned here: https://www.mail-archive.com/openwrt-devel%40lists.openwrt.org/msg27539.html. I don't think it worked. I can ping 192.168.1.1, bu

Re: [LEDE-DEV] VRV9510KWAC23

2016-08-29 Thread Mathias Kresin
28.08.2016 13:24, Mathias Kresin: Am 28.08.2016 um 12:15 schrieb Hauke Mehrtens: On 08/28/2016 10:31 AM, Mathias Kresin wrote: Am 27.08.2016 um 19:44 schrieb Juan Rios: I can load to memory using xmodem transfer and run but all I tried get locked without any output. Have you tried the kenrel

[LEDE-DEV] [PATCH v2 4/5] brcm63xx: fix Livebox 1 support: image

2016-08-29 Thread Daniel Gonzalez Cabanelas
Fix Image generation for the Livebox 1 - missing "relocate-kernel", wrong "LOADADDR", fix it Signed-off-by: Daniel Gonzalez Cabanelas --- change in v2: Split changes in DTS file --- diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index f5de673..beed8e9 10

[LEDE-DEV] [PATCH v2 5/5] brcm63xx: fix Livebox 1 support: config files

2016-08-29 Thread Daniel Gonzalez Cabanelas
Fix configuration files for the Livebox 1 routers. - Add status led - Set eth0 as the LAN port, for coherence with RedBoot and comfortability. - Add led triggers Signed-off-by: Daniel Gonzalez Cabanelas --- change in v2: Split changes in DTS file --- diff --git a/target/linux/brcm63xx/base-files/

[LEDE-DEV] [PATCH v2 1/5] brcm63xx: fix Livebox 1 support: DTS

2016-08-29 Thread Daniel Gonzalez Cabanelas
Fix the DTS file for the Livebox 1 routers: - no failsafe button, use button 1 for this purpose Signed-off-by: Daniel Gonzalez Cabanelas --- change in v2: Split changes in DTS file Tune button labels --- diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/liveb

[LEDE-DEV] [PATCH v2 3/5] brcm63xx: fix Livebox 1 support: DTS

2016-08-29 Thread Daniel Gonzalez Cabanelas
Fix the DTS file for the Livebox 1 routers: - part probe wrong, it should be RedBoot (uppercase matters) Signed-off-by: Daniel Gonzalez Cabanelas --- change in v2: Split changes in DTS file --- diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g

[LEDE-DEV] [PATCH v2 2/5] brcm63xx: fix Livebox 1 support: DTS

2016-08-29 Thread Daniel Gonzalez Cabanelas
Fix the DTS file for the Livebox 1 routers: - leds are totally wrong, fix them. Signed-off-by: Daniel Gonzalez Cabanelas --- change in v2: Split changes in DTS file --- diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts index 0df5fa8..c92e9e

[LEDE-DEV] [PATCH] glibc: add 2.24

2016-08-29 Thread Dirk Neukirchen
since eglibc is deprecated just use glibc as name - fix build errors w. stack-protector (observed for x86_64): libresolv_pic.a(gethnamaddr.os): In function `addrsort': gethnamaddr.c:(.text+0x425): undefined reference to `__stack_chk_guard' by additionally setting libc_cv_ssp_strong=no like previo