Re: [OpenWrt-Devel] [PATCH] bcm63xx: fix MIPS_L1_CACHE_SHIFT at the kernel config (trunk)

2014-01-12 Thread danitool
Isn't bcm47xx boards also afected?. At least BCM4702, the only one I have. I expected someone else with more knowledge on these boards noticed it. Regards- Howdy, 2014/1/10 Jonas Gorski openwrt.org>: I just sent the patches upstream, thanks for the report, this is a good catch! ___

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-01-03 Thread danitool
I'm also having these problems. The bug is very easy to reproduce. Just using the jffs2 image instead of squashfs, the problems are shown with the first boot, and you can see lot of funny names just listing /etc/init.d root@(none):/# ls -l /etc/init.d/ -rwxr-xr-x1 root root 199

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] Fixes and additions to the GPIO assignment of Huawei HW556 leds

2013-05-30 Thread danitool
<> Hello all! This is my first contribution to the development of OpenWrt :) Patch description: - Some fixes for the incorrect GPIO assignment of leds on Huawei HW556. - Removal of non-functioning led assignments to GPIO pin 6. - Addition of unassigned (LAN) leds which can be found on the back o

[OpenWrt-Devel] [PATCH] bcm63xx: fix/enable livebox minipci

2013-04-17 Thread danitool
Enable the livebox-1 minipci, otherwise, the board won't detect any device connected on it (included wifi cards). I've made a patch against current AA svn. I didn't notice this issue earlier since I'm currently using CFE on this board. It's just a missed line. Signed-off-by: Daniel Gonzalez In