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 simply

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, no simple testcase.

[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 bytes

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 per second

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 get parallel

[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 jonh.wend...@gmail.com 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.

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

[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 slac...@cesnet.cz Index: feeds/packages/lang/python/Makefile === ---

[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 slac...@cesnet.cz Index: feeds/packages/libs/gmp/Makefile === ---

[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

[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 nlhintz at hotmail.com Index: trunk/package/broadcom-wl/Makefile