Re: [OpenWrt-Devel] 802.11h in madwifi code?

2009-11-21 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I think this feature is incomplete in the current implementation. There > are some updates in the madwifi-dfs branch on madwifi-project.org, but I > don't know how reliable the feature is in that branch. > Unfortunately, I > don't have the equip

[OpenWrt-Devel] r18259 only listens on vlans on wrt54gl?

2009-11-21 Thread Timo Juhani Lindfors
Hi, I have r18259 on WRT54GL. I tried to connect my laptop to it with ip link set eth0 up ip addr add 192.168.1.5/24 dev eth0 ping 192.168.1.1 but noticed that all arp replies come back prefixed with "vlan 0, p 0," according to tcpdump. After some googling I was able to figure out that with mo

Re: [OpenWrt-Devel] r18259 only listens on vlans on wrt54gl?

2009-11-21 Thread ard
On Sat, Nov 21, 2009 at 04:01:30PM +0200, Timo Juhani Lindfors wrote: > but noticed that all arp replies come back prefixed with "vlan 0, p > 0," according to tcpdump. After some googling I was able to figure > out that with It sounds like the switch in your wrt is configured wrongly. Can you try

Re: [OpenWrt-Devel] r18259 only listens on vlans on wrt54gl?

2009-11-21 Thread Timo Juhani Lindfors
ard writes: > It sounds like the switch in your wrt is configured wrongly. > Can you try all other ports and see if you still get tagged > traffic? wrt54gl v1.1 physical port "Internet" - sends dhcp queries and does not reply to arp since it has no IP address.

Re: [OpenWrt-Devel] r18259 only listens on vlans on wrt54gl?

2009-11-21 Thread Timo Juhani Lindfors
Here's some more info: the diff between dmesgs of release and trunk : --- release.log 2009-11-21 19:55:12.0 +0200 +++ trunk.log 2009-11-21 19:55:15.0 +0200 @@ -1,5 +1,5 @@ -Linux version 2.6.25.20 (a...@stable-sandbox) (gcc version 4.1.2) #4 Mon Jun 1 23:39:13 UTC 2009 +Linux

[OpenWrt-Devel] [PATCH] dnsmasq addnhosts list

2009-11-21 Thread Patrick Grimm
Set a list of addnhosts files. e.g. list 'addnhosts' '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm Index: package/dnsmasq/files/dnsmasq.init ==

Re: [OpenWrt-Devel] [PATCH] Fix and upgrade the ahcpd package

2009-11-21 Thread Felix Fietkau
Gabriel Kerneis wrote: > Hello, > > the following patch fixes the ahcpd package. More precisely, it: > - upgrades ahcpd to the latest release (0.50), > - adds librt dependency to the Makefile, > - removes the installation of the obsolete ahcp-dummy-config.sh file, > - fixes the ahcpd.init file to

Re: [OpenWrt-Devel] [PATCH] Upgrade the babel package, renaming it to babeld

2009-11-21 Thread Felix Fietkau
Gabriel Kerneis wrote: > Hello, > > the following patch upgrades the babel package to 0.97. > > Babel has been renamed to babeld since 0.96 [1], but the name has not > been changed in OpenWRT. The following patch changes every occurrence > of babel to babeld (this is necessary because upstream c