Re: [OpenWrt-Devel] [PATCH] Update to btrfs-progs

2010-03-17 Thread Benjamin Cama
Hi there, Anyone willing to apply this patch ? (I admit I didn't find it back in my archives, so maybe it didn't reach the right people). Thanks, benjamin > Hello, > > Following is an update from btrfs-progs 0.18 to 0.19. This new version > is made for kernel 2.6.31 and higher, as there was an

Re: [OpenWrt-Devel] [patch] Update Orion to kernel 2.6.32.10

2010-03-17 Thread Matthias Buecher / Germany
On 17.03.2010 21:01, Travis Kemen wrote: > On Wed, Mar 17, 2010 at 5:26 AM, Matthias Buecher / Germany > wrote: >> Update Orion to Linux kernel 2.6.32.10 >> >> Signed off by: Matthias Buecher >> >> >> The most simple, a single line in the Makefile. >> All patches applied cleanly. >> Everything co

Re: [OpenWrt-Devel] [patch] Update Orion to kernel 2.6.32.10

2010-03-17 Thread Travis Kemen
On Wed, Mar 17, 2010 at 5:26 AM, Matthias Buecher / Germany wrote: > Update Orion to Linux kernel 2.6.32.10 > > Signed off by: Matthias Buecher > > > The most simple, a single line in the Makefile. > All patches applied cleanly. > Everything compiled well. > > > >

[OpenWrt-Devel] [PATCH v2] Provide a helper function that gives a list of all configs matching a network interface

2010-03-17 Thread Janusz Krzysztofik
This patch provides a new function: /lib/network/config.sh:find_configs(). It is based on the existing /lib/network/config.sh:find_config(). These functions differ in what output they provide: while the original one otuputs a single name of the first interface config found that matches the inter

[OpenWrt-Devel] [PATCH] Support for Alice Gate W2+ (aka AliceV3-S1 or "Vela") bcm63xx-based routers

2010-03-17 Thread Gianfranco Bauco
@Bernhard Loos The problem is described here https://forum.openwrt.org/viewtopic.php?id=17370&p=12 on post #279 I don't know hot to fix it, but at least in this way is easy to circumvent. Ciao. __

Re: [OpenWrt-Devel] [PATCH] Support for Alice Gate W2+ (aka AliceV3-S1 or "Vela") bcm63xx-based routers

2010-03-17 Thread Bernhard Loos
You did understand correctly, I didn't know there were a problem with flash detection. But wouldn't it be better to fix the flash detection instead of simply disabling it? What exactly is the problem, why does it fail? 2010/3/17 Gianfranco Bauco : > @Bernhard Loos > Actually, as far as I underst

[OpenWrt-Devel] [PATCH] Support for Alice Gate W2+ (aka AliceV3-S1 or "Vela") bcm63xx-based routers

2010-03-17 Thread Gianfranco Bauco
@Bernhard Loos Actually, as far as I understand, your patch addresses a problem occurring after the first boot with bad CRC detected by bootloader. My patch instead is to skip a routine that makes the flash detected uncorrectly, causing a kernel panic. I modified it today and should not break an

[OpenWrt-Devel] [PATCH] update xl2tpd to 1.2.5

2010-03-17 Thread Raphaël HUCK
Hi, this patch updates xl2tpd to 1.2.5. From the changelog: * Fix initscript for https://bugzilla.redhat.com/show_bug.cgi%3Fid%3D247100 * Fix for two Windows machines behind the same NAT with the same number of l2tp connection attempts since boot [Shinichi Furuso] Changes in this patch: * use

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-17 Thread Bernhard Loos
Hello I forgot to svn add the firstboot script, that actually calls mtd to fix the trx, sorry about that. Here is the complete patch again. Bernhard ar71xx.diff Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openw

[OpenWrt-Devel] [PATCH] Add base support for multiple configs over one network interface

2010-03-17 Thread Janusz Krzysztofik
This patch modifies /etc/hotplug.d/net/10-net:addif() function in a way that allows for automatic startup of all network interface configs that match the just hot/cold-plugged interface name, not only the first one found. For that, it makes use of a new function, /lib/network/config.sh:find_conf

Re: [OpenWrt-Devel] [PATCH] Provide a helper function that gives a list of all configs matching a network interface

2010-03-17 Thread Bastian Bittorf
* Janusz Krzysztofik [17.03.2010 15:00]: > + return ret; return $ret works better i think 8-) bye, Bastian signature.asc Description: Digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mai

Re: [OpenWrt-Devel] [PATCH] Support for Alice Gate W2+ (aka AliceV3-S1 or "Vela") bcm63xx-based routers

2010-03-17 Thread Bernhard Loos
Take a look at my patch for the wrt160nl. It should be pretty easy to port and it avoids this rather ugly hack which may break a random number of other things. 2010/3/17 Gianfranco Bauco : > Florian Fainelli wrote: >> Hi Gianfranco, >> >> Le vendredi 12 mars 2010 23:18:32, Gianfranco Bauco a écrit

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-17 Thread Bernhard Loos
I'm not sure about things like the flashlayout and the position of the trx header for those board, but it should be pretty easy to extend. You simply have to adapt the prinit script, the rest should be the same. 2010/3/16 Mattia Aracne : >> Hello >> The WRT160NL gets shipped with a new bootloader

[OpenWrt-Devel] [PATCH] Provide a helper function that gives a list of all configs matching a network interface

2010-03-17 Thread Janusz Krzysztofik
This patch provides a new function: /lib/network/config.sh:find_configs(). It is based on the existing /lib/network/config.sh:find_config(). These functions differ in what output they provide: while the original one otuputs a single name of the first interface config found that matches the inter

Re: [OpenWrt-Devel] [PATCH] Support for Alice Gate W2+ (aka AliceV3-S1 or "Vela") bcm63xx-based routers

2010-03-17 Thread Gianfranco Bauco
Florian Fainelli wrote: > Hi Gianfranco, > > Le vendredi 12 mars 2010 23:18:32, Gianfranco Bauco a écrit : >> This patch add support Alice Gate W2+ (also referred as AliceV3_S1 or >> "Vela"), Broadcom bcm63xx-based routers, distributed in Italy by Telecom. >> Unfortunately the fylesystem inizia

Re: [OpenWrt-Devel] [PATCH] Fix "option macaddr" on bridges

2010-03-17 Thread Angus Gratton
Eck, I'm sorry. I forgot that I was working from the 8.09 branch. It looks like this issue may have been corrected in the trunk in r15042. Please disregard the patch. - Angus On 17/03/2010, at 11:00 PM, Angus Gratton wrote: > This is a simple fix for "option macaddr" when set on a bridge inter

[OpenWrt-Devel] [PATCH] Fix "option macaddr" on bridges

2010-03-17 Thread Angus Gratton
This is a simple fix for "option macaddr" when set on a bridge interface. Currently, the MAC is set in /lib/network/config.sh when the bridge is first created, but is not set again when any subsequent interfaces are added to that bridge (an action which seems to set the MAC, as well.) The patch

[OpenWrt-Devel] [patch] Update Orion to kernel 2.6.32.10

2010-03-17 Thread Matthias Buecher / Germany
Update Orion to Linux kernel 2.6.32.10 Signed off by: Matthias Buecher The most simple, a single line in the Makefile. All patches applied cleanly. Everything compiled well. Index: target/linux/orion/Makefile === --- target/linux

[OpenWrt-Devel] [RFC] support for new board WBD222

2010-03-17 Thread Darius Augulis
Hi all, we have developed new board WBD222. It is very similar to WBD111 and is based on SL3512 CPU. New board has two ethernet interfaces, two mini-PCI, one SATA, one mini-PCIe and two USB 2.0 interfaces. At the moment we have only few prototypes. Below is attached patch to add support for t