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
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
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
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/
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
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
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
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