[OpenWrt-Devel] [PATCH][RFC] Add 'N' mode support to broadcom-wl

2012-09-23 Thread Nathan Hintz
This is partly based on patches sent by Ɓukasz Kwestarz (See https://lists.openwrt.org/pipermail/openwrt-devel/2012-March/014356.html). Signed-off-by: Nathan Hintz Index: trunk/package/broadcom-wl/Makefile === --- trunk/package/bro

[OpenWrt-Devel] [PATCH v2] Use asm SHA1, SHA256, AES on MIPS.

2012-09-23 Thread Catalin Patulea
On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between 27% and 120% speedup depending on block size. SHA1 is notably used in Transmission for piece verification. --- Build tested on ARM Realview and x86 (alix2). package/openssl/Makefile |9 ++

Re: [OpenWrt-Devel] [PATCH] Use asm SHA1, SHA256, AES on MIPS.

2012-09-23 Thread Catalin Patulea
On Sun, Sep 23, 2012 at 6:24 AM, Felix Fietkau wrote: > Please make sure that your patch leaves non-mips targets alone. Ok, I'm working on a way that splits the openssl targets into linux-mips-openwrt and linux-generic-openwrt. Do you have any idea where the 'FIPS' modifications to openssl come f

[OpenWrt-Devel] [PATCH] [packages] update GMP to 5.0.5

2012-09-23 Thread Jiri Slachta
Hello, this patch updates GMP library to it's newest version - 5.0.5. Regards, Jiri Slachta, CESNET, z.s.p.o. Signed-off-by: Jiri Slachta Index: feeds/packages/libs/gmp/Makefile === --- feeds/packages/libs/gmp/Makefile(revision

[OpenWrt-Devel] [PATCH] [packages] Python SSL C module

2012-09-23 Thread Jiri Slachta
Hello, this patch enables built-in Python C module (as "import _ssl"). Regards, Jiri Slachta, CESNET, z.s.p.o. Signed-off-by: Jiri Slachta Index: feeds/packages/lang/python/Makefile === --- feeds/packages/lang/python/Makefile (revis

Re: [OpenWrt-Devel] package olsr / compiler bug on ARM / MIPS when using -Os

2012-09-23 Thread Bastian Bittorf
> First of all: what's the fastest possible way to see if 'it works' 1) standard build of package olsr must run on a affected router with BCM4702/4710 CPU (e.g. Dell Truemobile 2300 or Asus WL-500G). 2) Add a 2nd router (arch does not matter) via Ethernet (we need a second, the problem is that th

[OpenWrt-Devel] [PATCH] [packages] tinyproxy: update to 1.8.3

2012-09-23 Thread Jonh Wendell
>From df3bded847f74d511dd3cf9f30bc92358a4d2694 Mon Sep 17 00:00:00 2001 From: Jonh Wendell Date: Sun, 23 Sep 2012 10:29:12 -0300 Subject: [PATCH] [packages] tinyproxy: update to 1.8.3 This patch updates tinyproxy to 1.8.3 version, which was released more than 1 year ago. patches/010-no-docs-and-

Re: [OpenWrt-Devel] PARALLEL_BUILD, PKG_BUILD_PARALLEL and PKG_JOBS

2012-09-23 Thread Felix Fietkau
On 2012-09-21 9:40 PM, Daniel Pocock wrote: > > > In my package, I had to define > > PKG_BUILD_PARALLEL:=1 > > and also redefine Build/Compile: > > define Build/Compile > $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) > endef > > a) is it normal that I have to define Build/Compile just to ge

Re: [OpenWrt-Devel] [PATCH] Use asm SHA1, SHA256, AES on MIPS.

2012-09-23 Thread Felix Fietkau
On 2012-09-23 12:06 PM, Catalin Patulea wrote: > On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between > 27% and 120% speedup depending on block size. SHA1 is notably used in > Transmission for piece verification. > no-perlasm <<< > The 'numbers' are in 1000s of bytes

[OpenWrt-Devel] [PATCH] Use asm SHA1, SHA256, AES on MIPS.

2012-09-23 Thread Catalin Patulea
On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between 27% and 120% speedup depending on block size. SHA1 is notably used in Transmission for piece verification. >>> no-perlasm <<< The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 by

Re: [OpenWrt-Devel] package olsr / compiler bug on ARM / MIPS when using -Os

2012-09-23 Thread Felix Fietkau
On 2012-09-23 9:23 AM, Bastian Bittorf wrote: >> > i tested a fresh build of openwrt r33502. >> > this changed nothing 8-( i will now build an >> > image without "-Os" ... > >> If you can get me a very simple test case that I can use to >> reproduce >> this issue, I will look into it. > > sorry,

Re: [OpenWrt-Devel] package olsr / compiler bug on ARM / MIPS when using -Os

2012-09-23 Thread Bastian Bittorf
> > i tested a fresh build of openwrt r33502. > > this changed nothing 8-( i will now build an > > image without "-Os" ... > If you can get me a very simple test case that I can use to > reproduce > this issue, I will look into it. sorry, no simple testcase. It works without any problems when i s