[OpenWrt-Devel] [PATCH][packages] libnfc: Add configuration file installtion.

2013-11-04 Thread Jiapeng Li
libnfc version 1.7.0 need a configuration file to configure work mode. Signed-off-by: JiapengLi gaplee...@gmail.com --- diff --git a/libs/libnfc/Makefile b/libs/libnfc/Makefile index ae30c8e..0aa2ad9 100644 --- a/libs/libnfc/Makefile +++ b/libs/libnfc/Makefile @@ -91,6 +91,8 @@ endef define

[OpenWrt-Devel] [PATCH] [ar71xx] myloader partition table update (resizing)

2013-11-04 Thread Aleksandr Kolesnik
Default kernel size is bigger than partition table have. [mkmylofw] Error: file /home/user/wpe72-12.09.1/build_dir/linux-ar71xx_generic/tmp/vmlinux-wpe72.bin.lzma is too big make[5]: [install] Error 1 (ignored) New table solved this problem, also it have firmware partition.

[OpenWrt-Devel] [PATCH] ar71xx: Add kernel support for the TP-Link WA750RE / WA850RE range extender

2013-11-04 Thread Martijn Zilverschoon
Patch to add kernel support for the TP-LINK WA750RE and the WA850RE range extender Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 2a0ba82..55cbc10 100644 --- a/target/linux/ar71xx/config-3.10 +++

[OpenWrt-Devel] [PATCH] ar71xx: myloader partition table resizing

2013-11-04 Thread Aleksandr Kolesnik
Give more size for Kernel part Signed-off-by: Aleksandr Kolesnik ner...@gmail.com myloader.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ar71xx: add user space support for the TL-WA750RE/WA850RE Range extender

2013-11-04 Thread Martijn Zilverschoon
Patch to add user space support for the TL-WA750RE/WA850RE range extender Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 1cabd10..ffbac4f 100755 ---

[OpenWrt-Devel] [PATCH] ar71xx: add profile and build image for the TL-WA750RE TL-WA850RE range extender

2013-11-04 Thread Martijn Zilverschoon
Patch to add profile and build image for the tplink TL-WA750RE/WA850RE board Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index b7d4ec0..5236f7f 100644 ---

Re: [OpenWrt-Devel] [PATCH][packages]firewall3: optimize by loading conntrack modules on demand

2013-11-04 Thread Takayuki Kaiso
Thanks for the suggestions for each line, I failed to care for port forwarding (redirect) case. 1. autoload issues I basically agree to the simple way you said, only load them when needed for the first time. then, continuous running system, with low cpu power, dynamically change firewall

Re: [OpenWrt-Devel] [PATCH][packages]firewall3: optimize by loading conntrack modules on demand

2013-11-04 Thread Bruno Randolf
Hi! Auto-loading only the required modules definetly helps a lot for low CPU power systems like the Soekris net48xx. We have seen a difference in sirq (Soft IRQ) load of 80% with conntrack modules versus 12% without any iptables modules when the system is hit with 50Mbps UDP traffic on the

[OpenWrt-Devel] IPIP6 Fragmentation

2013-11-04 Thread Pietro Paolini
Hello everyone, I am working for an embedded Linux firmware running on a CPE and I am using an IP4 over IPv6 tunnel configured as following: ip -f inet6 tunnel add tun1 mode ipip6 remote XX:XX:XX local XX:XX:XX dev eth0 And it works fine until I don't try to test the fragment case: I send a

[OpenWrt-Devel] [PATCH] [packages] yate: Add initscript

2013-11-04 Thread Robert Högberg
Add initscript to yate Signed-off-by: Robert Högberg robert.hogb...@gmail.com --- diff --git a/net/yate/Makefile b/net/yate/Makefile index 4024a29..c62182e 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -40,6 +40,7 @@ endef define Package/$(PKG_NAME)/conffiles /etc/yate/yate.conf

[OpenWrt-Devel] [PATCH] [packages] yate: Bump to version 5.0.0

2013-11-04 Thread Robert Högberg
This patch updates yate to version 5.0.0. SIP functionality has been tested successfully on ar71xx. Tested-by: Robert Högberg robert.hogb...@gmail.com Signed-off-by: Robert Högberg robert.hogb...@gmail.com --- diff --git a/net/yate/Makefile b/net/yate/Makefile index 4024a29..d5ec9c7 100644 ---

[OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-04 Thread Králik Barnabás
This fixes the Erlang package so that libraries for Erlang can easily be packaged for OpenWRT. This means: - static libraries and include files for compiling NIFs are copied in the build environment to usr/{lib,include} - crypto is enabled in host Erlang build so that rebar can be used without

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-04 Thread Králik Barnabás
Hi, Thanks for the notice. I have re-sent it but patchwork still seems to have some problems with the formatting. I am puzzled; I have already used this e-mail-client to submit a patch and then it went through. What am I doing wrong? Regards, Barnabás -Original Message- From: Peter

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-04 Thread Peter Wagner
Hello, i don't know. I don't like inline patches at all. Just do a git diff foo.patch and attach foo.patch to a mail. Regards, Peter On Mon, 4 Nov 2013 22:45:15 +0100 Králik Barnabás krali...@msn.com wrote: Hi, Thanks for the notice. I have re-sent it but patchwork still seems to

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-04 Thread Peter Wagner
Hi, the problem is that your mail client wraps the lines. Please fix that or attach the file (not inline) directly to a mail. Regards, Peter On Mon, 4 Nov 2013 22:41:18 +0100 Králik Barnabás krali...@msn.com wrote: This fixes the Erlang package so that libraries for Erlang can easily be

Re: [OpenWrt-Devel] [PATCH] disable mips16 for mysql and postgresql

2013-11-04 Thread Jay Carlson
On Nov 3, 2013, at 11:46 AM, Matthew M. Dean wrote: mysql does not compile with mips16 enabled, here is the fix. Well, it's *a* fix. The underlying gcc bug is #51931 No support for MIPS16 long branches, and happens when functions get really large. In this case, it's the bison-generated SQL