Re: [OpenWrt-Devel] RFC: Adding IPv6 support to uci_firewall

2009-06-07 Thread Florian Fainelli
Hi Malte, Le Sunday 07 June 2009 15:59:20 Malte S. Stretz, vous avez écrit : > Hi folks, > > in the context of my diploma thesis I'm currently working on an IPv6 > gateway based on OpenWrt. I wrote quite a lengthy synopsis but later found > out that my idea is already well summarized in RFC 4864

[OpenWrt-Devel] [PATCH] Luasocket

2009-06-07 Thread OrazioPirataDelloSpazio (Lorenzo)
Hi, the luasocket package do not copy all the .lua files [1] from the /src directory of the building dir. Here the patch, Lorenzo [1] ftp.lua http.lua ltn12.lua mime.lua smtp.lua socket.lua tp.lua url.lua Index: Makefile ==

[OpenWrt-Devel] RFC: Adding IPv6 support to uci_firewall

2009-06-07 Thread Malte S. Stretz
Hi folks, in the context of my diploma thesis I'm currently working on an IPv6 gateway based on OpenWrt. I wrote quite a lengthy synopsis but later found out that my idea is already well summarized in RFC 4864 [1], chapter 4.2: To implement simple security for IPv6 in, for example, a DSL or

Re: [OpenWrt-Devel] iptables v1.4.3.2: Couldn't load match `layer7':File not found

2009-06-07 Thread Dmitry Nedospasov
I've had that option set. Still nothing. D. On Jun 7, 2009, at 12:48 , Holger Gross wrote: try make menuconfig -> network -> layer7 -> l7-protocols 2009/6/7 Dmitry Nedospasov : Just curious if anyone knows of a fix for this one. Apparently the l7 module isn't loading cleanly. Any ideas? I'm

Re: [OpenWrt-Devel] iptables v1.4.3.2: Couldn't load match `layer7':File not found

2009-06-07 Thread Holger Gross
try make menuconfig -> network -> layer7 -> l7-protocols 2009/6/7 Dmitry Nedospasov : > Just curious if anyone knows of a fix for this one. Apparently the l7 module > isn't loading cleanly. Any ideas? I'm running X86 trunk, but there have been > several topics in the forum about this. > Jun 7 11:1

[OpenWrt-Devel] iptables v1.4.3.2: Couldn't load match `layer7':File not found

2009-06-07 Thread Dmitry Nedospasov
Just curious if anyone knows of a fix for this one. Apparently the l7 module isn't loading cleanly. Any ideas? I'm running X86 trunk, but there have been several topics in the forum about this. Jun 7 11:16:28 OpenWrt user.info sysinit: iptables v1.4.3.2: Couldn't load match `layer7':File n

Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-07 Thread Michael Buesch
On Sunday 07 June 2009 11:28:50 matthieu castet wrote: > Hi, > > I wonder with openwrt for bcm47xx is not build with "-msoft-float". > The cpu doesn't have fpu and the current floating code get emulated by the > kernel emulator instead of using the gcc emulation support (that is cheaper > because

Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-07 Thread Florian Fainelli
Hi Matthieu, Le Sunday 07 June 2009 11:28:50 matthieu castet, vous avez écrit : > Hi, > > I wonder with openwrt for bcm47xx is not build with "-msoft-float". > The cpu doesn't have fpu and the current floating code get emulated by the > kernel emulator instead of using the gcc emulation support (t

Re: [OpenWrt-Devel] [PATCH] diag.c recognizes "Motorola WR850Gv3" as "Dell TrueMobile 2300 v2"

2009-06-07 Thread Florian Fainelli
Hi Vinicius, Le Sunday 07 June 2009 01:52:39 Vinicius Fonseca, vous avez écrit : > Hi there! > > I've sent this fix a while ago but it didn't make to the 8.09.1 release. > > Is there a reason to these fix take so long to be applied? I think we simply forgot about this one and did have any device

[OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-07 Thread matthieu castet
Hi, I wonder with openwrt for bcm47xx is not build with "-msoft-float". The cpu doesn't have fpu and the current floating code get emulated by the kernel emulator instead of using the gcc emulation support (that is cheaper because there is no kernel trap). Matthieu __