[OpenWrt-Devel] [PATCH] [packages] net/mdnsresponder: fix compile

2013-10-23 Thread Dirk Neukirchen
- refresh patch, - adapt patch from Jonathan Perkin (jperkin) from: http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/net/mDNSResponder/patches/patch-mDNSShared_dnsextd__parser.y Fix for bison-3 syntax. Signed-off-by: Dirk Neukirchen --- net/mdnsresponder/patches/002-uclibc.patch | 7

Re: [OpenWrt-Devel] [PATCH] 6relayd: verify fd is valid before use

2013-10-23 Thread Steven Barth
Hello Nathan, Thanks for your patches. I already had a quick look at them and found that i already addressed some of this in odhcpd which will replace 6relayd in the near future. I will go through the others later again. Cheers, Steven___ openwrt-deve

Re: [OpenWrt-Devel] [PATCH 0/2]odhcp6c: message retransmission count support

2013-10-23 Thread Steven Barth
Hello Hans, Thank you very much for your patches. I've commited them to the github repo and will do some testing probably next week. If all works out i will get them live afterwards. Cheers, Steven___ openwrt-devel mailing list openwrt-devel@lists.ope

Re: [OpenWrt-Devel] OpenWRT on Ubicom Chipsets

2013-10-23 Thread James Hilliard
Yeah, both should be ubicom based. Are there any left in the fire sale? On Oct 23, 2013 9:19 AM, "valent.turko...@gmail.com" < valent.turko...@gmail.com> wrote: > I'm not in possestion of these routers, I just got some offer for firesale > of these devices (really cheap) so I'm in process of orde

Re: [OpenWrt-Devel] OpenWRT on Ubicom Chipsets

2013-10-23 Thread valent.turko...@gmail.com
I'm not in possestion of these routers, I just got some offer for firesale of these devices (really cheap) so I'm in process of ordering them... Hopefully in few days I'll have them. Is DIR-652 sharing same architecture? I just came upon this article: http://tumbetoene.tuxfamily.org/index.php?en

[OpenWrt-Devel] Has antenna diversity been dropped from Atheros9k driver?

2013-10-23 Thread Francisco Cuesta
Hello, I have noticed through some simple experiments that the capability to select the antennas on the router is not working properky, or at least not in the version of OpenWRT that I have. I mean, I used to have tplink WDR1043ND, where I could select the antenna to use through issuing configurin

[OpenWrt-Devel] usb-modeswitch and hotplug2 removed

2013-10-23 Thread Liverpool Bitlas
in r35380 usb-modeswitch is removed and in r36987 hotplug2 is removed. I updated my openwrt from version older than r35380 to last one. Before i used usb-modeswitch and hotplug for mwan3 and 3g failover. Now this functionality doesn't work. How to fix the problem Thanks

Re: [OpenWrt-Devel] OpenWRT on Ubicom Chipsets

2013-10-23 Thread James Hilliard
I'll see where i'm at this weekend in the way of progress. I'll try and compile a stock build with dropbear so that its possible to at least start poking around. Can you try and get a serial log from this router? Might be helpful to see the actual boot process if possible. Also see if you can get t

Re: [OpenWrt-Devel] OpenWRT on Ubicom Chipsets

2013-10-23 Thread valent.turko...@gmail.com
I'll be aquiring few DIR-657 devices, so if you need testers I'm your man! I also have a friend with flash programmer so if anything we can do to help just let us know. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.o

Re: [OpenWrt-Devel] WD MyNet N750: ar9344 + ar8327 switch, unclear on phy/mdio/mac wiring

2013-10-23 Thread Jacek Kikiewicz
Hi, There is a topic in openwrt forum: https://forum.openwrt.org/viewtopic.php?id=46864 about porting to this router. Would you mind to update it a bit with your progress, please? It would be easier to track for interested parties. Thanks! On 22.10.2013 18:04, Jay Carlson wrote: Since Newegg

[OpenWrt-Devel] [PATCH 1/2]odhcp6c: preference and status code support in advertise

2013-10-23 Thread Hans Dedecker
The patch implements handling of advertise messages as described in RFC3315 paragraph 17.1.2. Client will stop collecting advertise messages if preference option is equal to 255 or if the first RT has elapsed. Status codes are handled in the advertise message depending on the startup parameters Si

[OpenWrt-Devel] [PATCH 0/2]odhcp6c: message retransmission count support

2013-10-23 Thread Hans Dedecker
The patch implements message retransmission count (MRC) support as described in RFC3315 paragraphs 5.5 and 14 for DHCPv6 request/release/ decline messages. Patch also disables multicast packets loopback. Signed-off-by: Hans Dedecker --- src/dhcpv6.c | 83 -

[OpenWrt-Devel] [PATCH 2/2]odhpc6c: status code support in reply

2013-10-23 Thread Hans Dedecker
The patch implements support for status code handling in reply messages as described in RFC3313 paragraph 18.1.8. The client will *log the status codes returned by the client *send a request if no binding status code is returned for a given IA *send further renew/rebind if the IA was not present i