[OpenWrt-Devel] Default gateway in another subnet

2010-04-18 Thread Nuno Gonçalves
Currently openwrt doesn't accept a gateway that is in a different subnet in a static or dhcp config. That is due to $(route add default gw $gateway dev $iface) requiring that the $gateway is first reachable by another route. I've worked around this by editting /lib/network/config.sh and

[OpenWrt-Devel] iptables NAT not being updated on WAN changes

2010-04-18 Thread Nuno Gonçalves
I have internet connections at eth0.2 and eth1. Config is like this: config interface wan option ifname eth1 option protodhcp After boot connection is ok. Computers behind router get NATed internet. Then I do ifdown wan, change eth1 to eth0.2 and ifup wan. Computers start

Re: [OpenWrt-Devel] iptables NAT not being updated on WAN changes

2010-04-18 Thread Matthias Buecher / Germany
Also tried /etc/init.d/firewall restart after restarting the network? Maddes On 18.04.2010 16:38, Nuno Gonçalves wrote: I have internet connections at eth0.2 and eth1. Config is like this: config interface wan option ifname eth1 option protodhcp After boot

[OpenWrt-Devel] Etrax USB support

2010-04-18 Thread Favati
Is someone working on fixing the usb support for the Etrax platform? Trying to add the usb entry in the Makefile, kmod-sub-etrax compiles fine, but when pluggin someting in the usb port, the console give a lot of garbage on the screen and it doesn't respond anymore (i can see the garbage

Re: [OpenWrt-Devel] [PATCH] ar71xx: adding support for zyxel nbg460n/550n/550nh boards

2010-04-18 Thread Gabor Juhos
Michael Kurz írta: This patch adds support for the zyxel nbg460n/550n/550nh routers. Currently this only works if a second stage bootloader is also flashed, as the used switch needs extra initialization. Signed-off-by: Michael Kurz michi.k...@googlemail.com --- Applied:

Re: [OpenWrt-Devel] Package Maintainers Still Wanted

2010-04-18 Thread ZioPRoTo (Saverio Proto)
OpenWrt is still looking for more package maintainers. A list of current maintainers is located at https://dev.openwrt.org/wiki/packages . If you are interested please let me know and I will get you setup. I can volunteer to maintain the OLSR package. Travis, I'm going to write you offlist,

Re: [OpenWrt-Devel] [PATCH] Update lvm2 to 2.02.63

2010-04-18 Thread Stefan Monnier
jdonohue654-openwrt == jdonohue654-openwrt jdonohue654-open...@yahoo.com writes: This proposed patch updates lvm2 build script to 2.02.63 ... the previous version (2.02.60) is no longer available for download. this update also necessitated some minor changes to

Re: [OpenWrt-Devel] [PATCH] ar71xx: adding support for zyxel nbg460n/550n/550nh boards

2010-04-18 Thread Bernhard Loos
Hello Firstly, mask_flags in struct mtd_partition disables the given funtion afaik, so you made everyting but the CalibData partition read only. Also, don't you need to add a section to the image generation Makefile? Bernhard 2010/4/18 Michael Kurz michi.k...@googlemail.com: This patch adds

Re: [OpenWrt-Devel] [PATCH] ar71xx: adding support for zyxel nbg460n/550n/550nh boards

2010-04-18 Thread Michael Kurz
Hi, hmm, somehow i mixed that flags stuff up. I will correct it later. I totally missed that image generation part, thx for the hint. I will add that when i get that missing second stage bootloader ready. Michael On 18.04.2010 22:42, Bernhard Loos wrote: Hello Firstly, mask_flags in struct

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 52, Issue 48

2010-04-18 Thread Nuno Gonçalves
From: Matthias Buecher / Germany m...@maddes.net To: OpenWrt Development List openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] iptables NAT not being updated on WAN        changes Message-ID: 4bcb1ad8.3000...@maddes.net Content-Type: text/plain; charset=UTF-8 Also tried

Re: [OpenWrt-Devel] iptables NAT not being updated on WAN changes

2010-04-18 Thread Matthias Buecher / Germany
You have to take care of it. Maddes On 18.04.2010 23:41, Nuno Gonçalves wrote: From: Matthias Buecher / Germany m...@maddes.net To: OpenWrt Development List openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] iptables NAT not being updated on WAN changes Message-ID: