[OpenWrt-Devel] Evenly distribute bandwidth for users?

2013-01-11 Thread Nguyễn Hồng Quân
Hello, I'm looking for how to make the OpenWrt router automatically distribute bandwidth for users. For example, one user is downloading a big file and slow down Internet speed for others. I want to limit that downloading. I looked into QoS, but it seems that I have to specify a user (IP) to

[OpenWrt-Devel] Batman-adv 2012.4.0 into attitude adjustment

2013-01-11 Thread HeXiLeD
I have posted this question on irc but since i may not be available on irc today here it goes again. I need to build 2012.4 into openwrt attitude adjustment which uses 3.3 kernel. By default this is not available through openwrt feeds which is providing batman 2012.3.0 Which batman-adv feed

Re: [OpenWrt-Devel] Evenly distribute bandwidth for users?

2013-01-11 Thread David Goodenough
On Friday 11 Jan 2013, Nguyễn Hồng Quân wrote: Hello, I'm looking for how to make the OpenWrt router automatically distribute bandwidth for users. For example, one user is downloading a big file and slow down Internet speed for others. I want to limit that downloading. I looked into QoS,

Re: [OpenWrt-Devel] Batman-adv 2012.4.0 into attitude adjustment

2013-01-11 Thread Gui Iribarren
IIRC the openwrt package uses the out-of-kernel-tree batman release, i.e. it doesn't depend on a particular kernel version. So manually updating the package version in the makefile of your openwrt AA build environment should work. You don't need to add batman-adv feed in this case - having the

Re: [OpenWrt-Devel] Evenly distribute bandwidth for users?

2013-01-11 Thread etienne . champetier
Hi http://wiki.openwrt.org/doc/howto/packet.scheduler/packet.scheduler - Mail original - De: Nguyễn Hồng Quân quanngu...@mbm.vn À: OpenWrt Development List openwrt-devel@lists.openwrt.org Envoyé: Vendredi 11 Janvier 2013 10:43:24 Objet: [OpenWrt-Devel] Evenly distribute bandwidth for

Re: [OpenWrt-Devel] [PATCH] Libjpeg-turbo 1.2.1 Version Bump

2013-01-11 Thread Vasilis Tsiligiannis
Στις Κυρ 30 Δεκ 2012 00:47:10 Ian Leonard έγραψε: The license changed in version 1.2.0 from the wxWindows Library license to the 3-clause BSD. Signed-off-by: Ian Leonard antonla...@gmail.com --- Hello Ian, Index: libs/libjpeg-turbo/Makefile

Re: [OpenWrt-Devel] [PATCH] Adding licensing metadata to lispmob package.

2013-01-11 Thread Vasilis Tsiligiannis
Hello Vasileios, the patch you submitted is missing Signed-off-by line. signature.asc Description: This is a digitally signed message part. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Evenly distribute bandwidth for users?

2013-01-11 Thread Sebastian Moeller
Hi there, On Jan 11, 2013, at 05:16 , Brian J. Murrell wrote: On 13-01-11 07:29 AM, etienne.champet...@free.fr wrote: Hi http://wiki.openwrt.org/doc/howto/packet.scheduler/packet.scheduler Note that OP described wanting to distribute download bandwidth for users. The document you

[OpenWrt-Devel] [PATCH] Adding licensing metadata to lispmob package.

2013-01-11 Thread Vasileios Lakafosis
Signed-off-by: Vasileios Lakafosis lak...@gmail.com --- net/lispmob/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/lispmob/Makefile b/net/lispmob/Makefile index c58a6ff..abac781 100644 --- a/net/lispmob/Makefile +++ b/net/lispmob/Makefile @@ -18,6 +18,9 @@

Re: [OpenWrt-Devel] Batman-adv 2012.4.0 into attitude adjustment

2013-01-11 Thread HeXiLeD
Gui, your solution worked. Thank you. (as always) On 01/11/2013 07:12 AM, Gui Iribarren wrote: IIRC the openwrt package uses the out-of-kernel-tree batman release, i.e. it doesn't depend on a particular kernel version. So manually updating the package version in the makefile of your openwrt

[OpenWrt-Devel] AuthSAE

2013-01-11 Thread Bill
I am trying to use 802.11s meshing in Attitude Adjustment. I can't find any reference to AuthSAE. I see that a patch has been submitted to include AuthSAE, but I don't see what happened to the patch. Has anyone successfully built AA with AuthSAE? Is it going to be included in AA at some

[OpenWrt-Devel] [PATCH] BCMA - Update default IRQ assignment per upstream change

2013-01-11 Thread Nathan Hintz
Update the default IRQ assignment for unrecognized devices per the upstream change. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.6/235-bcma-dont-expose-mips-irq.patch === ---