Re: [OpenWrt-Devel] [PATCH] bcm63xx: don't build CRAMFS

2013-05-12 Thread Jonas Gorski
On Fri, May 3, 2013 at 3:27 PM, dani wrote: > Don't build the CRAMFS file system module in the kernel, and save some bytes. > > No bcm63xx board needs this obsolete file system, neither those ones using > the Redboot bootloader (liveboxes). Thus, there is no need to build it, since > it has > bee

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] led and buttons support for board DWV-S0

2013-05-12 Thread Jonas Gorski
On Sun, May 12, 2013 at 8:48 PM, gianluca a wrote: > Signed-off-by: Gianluca Agliozzo Applied in r36615 after fixing up the patch (two linebreaks were broken). Next time please ensure the patch is applicable as-is, in doubt mail it to yourself and try to apply it. Jonas ___

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] led and buttons support for board DWV-S0

2013-05-12 Thread gianluca a
Signed-off-by: Gianluca Agliozzo Index: target/linux/brcm63xx/patches-3.8/554-board_DWVS0_leds_buttons.patch === --- target/linux/brcm63xx/patches-3.8/554-board_DWVS0_leds_buttons.patch (revisione 0) +++ target/linux/brcm63xx

[OpenWrt-Devel] [PATCH] [lantiq] ARV752DPW: fix reboot loop caused by wrong GPIO setting

2013-05-12 Thread Rafael Gieschke
The GPIO buttons of ARV752DPW are active low. Treating them as active high caused a reboot loop as a reset-button press is detected by gpio-button-hotplug/gpio-keys-polled on startup. This fixes: https://dev.openwrt.org/ticket/12642 Signed-off-by: Rafael Gieschke --- target/linux/lantiq/dts/AR

Re: [OpenWrt-Devel] [PATCH 1/2 v4][bcm63xx] Improve CFE version mod patch.

2013-05-12 Thread Jonas Gorski
Hi, On Fri, May 3, 2013 at 4:12 AM, Álvaro Fernández Rojas wrote: > Fix "cfe-" string length copy. > Add last byte on "cfe-v" versions a.b.c-d.e -> a.b.c-d.e-f. This produces wrong results on my devices, which don't have any f, e.g.: CFE version 1.0.37-106.17 for BCM96328 (32bit,SP,BE) CFE vers

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] led and buttons support for board DWV-S0

2013-05-12 Thread Jonas Gorski
Hi, a few more issues On Mon, May 6, 2013 at 11:17 PM, gianluca a wrote: > Signed-off-by: Gianluca Agliozzo > > Index: 554-board_DWVS0_leds_buttons.patch > === > --- 554-board_DWVS0_leds_buttons.patch(revisione 0) > +++ 554-boa