Re: [OpenWrt-Devel] ruby - error: 'EC_GROUP_new_curve_GF2m' undeclared (first use in this function)

2013-07-28 Thread Remzi AKYÜZ
Thanks a lot. On 07/29/2013 11:27 AM, Yousong Zhou wrote: > Hi, Remzi, > > On 29 July 2013 09:10, Remzi AKYÜZ wrote: >> Hi, >> >> I cannot build ruby at trunk (37568) and i got this; >> >> i486-openwrt-linux-uclibc-gcc -I. -I../../.ext/include/i486-linux >> -I../.././include -I../.././ext/openssl

[OpenWrt-Devel] [PATCH] [packages] ruby: enable openssl GF2m ECC support if ruby-openssl was selected.

2013-07-28 Thread Yousong Zhou
GF2m ECC support is needed when compiling ruby-openssl. Link [1] contains the detailed bug description. [1] https://bugs.ruby-lang.org/issues/8384 Signed-off-by: Yousong Zhou --- lang/ruby/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lang/ruby/Makefile b/la

Re: [OpenWrt-Devel] ruby - error: 'EC_GROUP_new_curve_GF2m' undeclared (first use in this function)

2013-07-28 Thread Yousong Zhou
Hi, Remzi, On 29 July 2013 09:10, Remzi AKYÜZ wrote: > Hi, > > I cannot build ruby at trunk (37568) and i got this; > > i486-openwrt-linux-uclibc-gcc -I. -I../../.ext/include/i486-linux > -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" > -I/openwrt/trunk/staging_dir/target-

Re: [OpenWrt-Devel] [PATCH] [packages] mksh: Bump to R47

2013-07-28 Thread Luka Perkov
Hi Thorsten, On Thu, Jul 25, 2013 at 10:12:00PM +0200, Thorsten Glaser wrote: > Also refresh patches or drop where unneeded. Applied in r37593. Thanks! Luka ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bi

Re: [OpenWrt-Devel] [PATCH][packages] sox update to version 14.4.1

2013-07-28 Thread Luka Perkov
Hi Jiri, On Thu, Jul 25, 2013 at 05:03:55PM +0200, Jiri Slachta wrote: > Update package sox to version 14.4.1. Applied in r37594. Thanks! Luka ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/list

Re: [OpenWrt-Devel] update e2fsprogs to 1.42.8 and add e4defrag

2013-07-28 Thread Luka Perkov
Hi Peter, On Sat, Jul 27, 2013 at 02:24:26AM +0200, Peter Wagner wrote: > update e2fsprogs to 1.42.8 and add e4defrag Applied in r37588. Thanks! Luka ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailm

Re: [OpenWrt-Devel] [PATCH 0/1] update libtorrent to 0.13.3-git

2013-07-28 Thread Luka Perkov
Hi Peter, On Sun, Jul 28, 2013 at 02:12:54PM +0200, Peter Wagner wrote: > update libtorrent to 0.13.3-git > > fixes a crash on rtorrent exit and other enhancements > > also removed TARGET_CPPFLAGS - it just increases the filesize of libtorrent > from 900kb to 2,4MB Applied in r37591. Thanks!

Re: [OpenWrt-Devel] [PATCH 1/1] update rtorrent to 0.9.3-git

2013-07-28 Thread Luka Perkov
Hi Peter, On Sun, Jul 28, 2013 at 02:13:49PM +0200, Peter Wagner wrote: > update rtorrent to 0.9.3-git > > fixes a crash on rtorrent exit and other enhancements > > also removed TARGET_CPPFLAGS - it just increases the filesize of libtorrent > from 900kb to 2,4MB Applied in r37592. Thanks! Luk

[OpenWrt-Devel] [PATCH] odhcp6c: Fix t1/t2 values in case t1 and/or t2 is 0 and preferred lifetime is smaller than 300

2013-07-28 Thread Hans Dedecker
Fixes calculation of t1 and/or t2 values in case t1 and /or t2 is 0 and preferred lifetime send by the DHCPv6 server is smaller than 300 in the IA. It lines up the renew/rebind behavior as described in RFC3315 paragraph 22.4 as the current implementation can send a renew/rebind if the IA valid

[OpenWrt-Devel] [PATCH][packages] Update shairport to 1.0-dev (abrasive)

2013-07-28 Thread Álvaro Fernández Rojas
James Laird (abrasive), together with some other developers, has updated shairport fixing several bugs and adding several improvements. https://github.com/abrasive/shairport/tree/1.0-dev This patch changes the package source to his repo and deletes the unneeded IPv6 patch. Signed-off-by: Álvaro

[OpenWrt-Devel] [PATCH][packages] libxapian: add missing dependency to libuuid

2013-07-28 Thread Jiri Slachta
libxapian: add missing dependency to libuuid Signed-off-by: Jiri Slachta --- libs/libxapian/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libxapian/Makefile b/libs/libxapian/Makefile index 7b290c0..757a60b 100644 --- a/libs/libxapian/Makefile +++ b/libs/lib

Re: [OpenWrt-Devel] [PATCH 1/6] ramips: add basics for Poray devices

2013-07-28 Thread John Crispin
felix, can you send me a version of the patch with the comments folded in please ? John On 28/07/13 13:33, Yousong Zhou wrote: Hi, On Sun, Jul 28, 2013 at 12:23:35PM +0200, Felix Kaechele wrote: This commit adds the basic elements to support Poray brand routers. It contains a tool t

[OpenWrt-Devel] [PATCH 1/1] update rtorrent to 0.9.3-git

2013-07-28 Thread Peter Wagner
update rtorrent to 0.9.3-git fixes a crash on rtorrent exit and other enhancements also removed TARGET_CPPFLAGS - it just increases the filesize of libtorrent from 900kb to 2,4MB Signed-off-by: Peter Wagner diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 7dad009..9ed87d3 10064

[OpenWrt-Devel] [PATCH 0/1] update libtorrent to 0.13.3-git

2013-07-28 Thread Peter Wagner
update libtorrent to 0.13.3-git fixes a crash on rtorrent exit and other enhancements also removed TARGET_CPPFLAGS - it just increases the filesize of libtorrent from 900kb to 2,4MB Signed-off-by: Peter Wagner diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 42c0ee1..aea1

Re: [OpenWrt-Devel] [PATCH 1/6] ramips: add basics for Poray devices

2013-07-28 Thread Yousong Zhou
Hi, On Sun, Jul 28, 2013 at 12:23:35PM +0200, Felix Kaechele wrote: > This commit adds the basic elements to support Poray brand routers. > It contains a tool to do the encryption/obfuscation that is used in > Poray routers. > > Signed-off-by: Felix Kaechele > Signed-off-by: Luis Soltero > Sign

Re: [OpenWrt-Devel] [PATCH 0/6] rampis: Add support for various Poray devices

2013-07-28 Thread John Crispin
On 28/07/13 12:23, Felix Kaechele wrote: This patchset adds support for various Poray router models. Furthermore it adds the firmware obfuscation tool needed to produce factory images that can be installed from the stock webinterface. The obfuscation method is also used by other OEMs and most li

[OpenWrt-Devel] [PATCH 6/6] ramips: add Poray IP2202 support

2013-07-28 Thread Felix Kaechele
Signed-off-by: Felix Kaechele Signed-off-by: Luis Soltero Signed-off-by: Michel Stempin --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 1 + .../ramips/base-files/lib/preinit/06_set_iface_mac | 1 + target/linux/ramips/base-f

Re: [OpenWrt-Devel] [PATCH] TEW632BRP has buttons 'active low', fix board config.

2013-07-28 Thread Gabor Juhos
2013.07.18. 18:27 keltezéssel, Nikolay Martynov írta: > Looks like trunk@37090 has changed the logic that determines if router's > button was pressed. This resulted in TEW632BRP always booting into failsafe > mode because it detected pressed button (which was not pressed). > > Measure with voltm

[OpenWrt-Devel] [PATCH 5/6] ramips: add Poray X8 support

2013-07-28 Thread Felix Kaechele
Signed-off-by: Felix Kaechele Signed-off-by: Luis Soltero Signed-off-by: Michel Stempin --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 3 +- .../ramips/base-files/lib/preinit/06_set_iface_mac | 3 +- target/linux/ramips/b

[OpenWrt-Devel] [PATCH 4/6] ramips: add Poray X5/X6 Support

2013-07-28 Thread Felix Kaechele
Signed-off-by: Felix Kaechele Signed-off-by: Luis Soltero Signed-off-by: Michel Stempin --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 3 +- .../ramips/base-files/lib/preinit/06_set_iface_mac | 3 +- target/linux/ramips/b

[OpenWrt-Devel] [PATCH 2/6] ramips: add Poray M3 support

2013-07-28 Thread Felix Kaechele
Signed-off-by: Felix Kaechele Signed-off-by: Luis Soltero Signed-off-by: Michel Stempin --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 5 + .../ramips/base-files/lib/preinit/06_set_iface_mac | 5 + target/linux/ramips/bas

[OpenWrt-Devel] [PATCH 3/6] ramips: add Poray M4 4M/8M support

2013-07-28 Thread Felix Kaechele
Signed-off-by: Felix Kaechele Signed-off-by: Luis Soltero Signed-off-by: Michel Stempin --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../ramips/base-files/etc/uci-defaults/02_network | 3 +- .../ramips/base-files/lib/preinit/06_set_iface_mac | 3 +- target/linux/ramips/base

[OpenWrt-Devel] [PATCH 1/6] ramips: add basics for Poray devices

2013-07-28 Thread Felix Kaechele
This commit adds the basic elements to support Poray brand routers. It contains a tool to do the encryption/obfuscation that is used in Poray routers. Signed-off-by: Felix Kaechele Signed-off-by: Luis Soltero Signed-off-by: Michel Stempin --- target/linux/ramips/image/Makefile | 36

[OpenWrt-Devel] [PATCH 0/6] rampis: Add support for various Poray devices

2013-07-28 Thread Felix Kaechele
This patchset adds support for various Poray router models. Furthermore it adds the firmware obfuscation tool needed to produce factory images that can be installed from the stock webinterface. The obfuscation method is also used by other OEMs and most likely originated from a company called Shenz

[OpenWrt-Devel] [PATCH] [package] mac80211: rt2x00: enable setting wifi led polarity from OF

2013-07-28 Thread Felix Kaechele
This patch enables setting the wifi led polarity from OF. It can be used in a DTS' wmac section like this: ralink,led-polarity = <1>; Valid values are 0 or 1. Signed-off-by: Felix Kaechele --- .../619-rt2x00-change-led-polarity-from-OF.patch | 26 ++ 1 file changed, 26

[OpenWrt-Devel] [PATCH] Add support for Netgear WNR612 v2

2013-07-28 Thread Cezary Jackiewicz
Netgear WNR612 v2: - cpu Atheros AR7240 (Python) @400MHz - flash 4MB - ram 32MB - ethernet 10/100: 1xwan + 2xlan (only two) - radio AR9285 Signed-off-by: Cezary Jackiewicz --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v3.c

Re: [OpenWrt-Devel] where does "boot log info 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20) is a 16550A" come from?

2013-07-28 Thread Sedat Dilek
On Sun, Jul 28, 2013 at 10:02 AM, Jiapeng Li wrote: > Hi everyone, > > Today i dig the linux kernel to see what happened. > I want to find from which funciton these kernel info comes. > And i found below result. But for the [ 0.40] 1c00.uartlite: ttyS0 > at MMIO 0x1c00 (irq = 20) is a

[OpenWrt-Devel] where does "boot log info 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20) is a 16550A" come from?

2013-07-28 Thread Jiapeng Li
Hi everyone, Today i dig the linux kernel to see what happened. I want to find from which funciton these kernel info comes. And i found below result. But for the *[ 0.40] 1c00.uartlite: ttyS0 at MMIO 0x1c00 (irq = 20) is a 16550A,* i didn't find mention from any source code. Thanks. J