[OpenWrt-Devel] [PATCH] uboot-envtools: add config for the ALFA NETWORKS Hornet-UB (AP121U)

2013-07-17 Thread Daniel Golle
Signed-off-by: Daniel Golle daniel.go...@gmail.com --- package/boot/uboot-envtools/files/ar71xx | 1 + 1 file changed, 1 insertion(+) diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx index 1803a9f..3e076cb 100644 ---

Re: [OpenWrt-Devel] [PATCH] uboot-envtools: add config for the ALFA NETWORKS Hornet-UB (AP121U)

2013-07-17 Thread Luka Perkov
Hi Daniel, On Wed, Jul 17, 2013 at 04:51:54PM +0200, Daniel Golle wrote: Signed-off-by: Daniel Golle daniel.go...@gmail.com --- package/boot/uboot-envtools/files/ar71xx | 1 + 1 file changed, 1 insertion(+) Applied in r37382. Thanks. Luka ___

[OpenWrt-Devel] [PATCH] [packages] AllJoyn: New package

2013-07-17 Thread Steve Kinneberg
from: AllJoyn Project (Qualcomm Innovation Center, Inc.) maintain...@alljoyn.org Add AllJoyn as a new package to OpenWrt. AllJoyn is a peer-to-peer networking technology. Project details can be found at http://www.alljoyn.org. Signed-off-by: Steve Kinneberg ste...@quicinc.com --- Index:

[OpenWrt-Devel] [PATCH] [make] Strip leading and trailing colons in LD_LIBRARY_PATH.

2013-07-17 Thread Yousong Zhou
Empty path denoted by leading or trailing colons also specify current directory when searching for libraries, which should be avoided. Otherwise make install_runtime for uClibc cannot work right. Cases that pathes may contain space or colon characters are handled by this patch. Signed-off-by:

Re: [OpenWrt-Devel] [PATCH] [make] Strip leading and trailing colons in LD_LIBRARY_PATH.

2013-07-17 Thread Yousong Zhou
On Thu, Jul 18, 2013 at 11:12:46AM +0800, Yousong Zhou wrote: Empty path denoted by leading or trailing colons also specify current directory when searching for libraries, which should be avoided. Otherwise make install_runtime for uClibc cannot work right. Cases that pathes may contain

[OpenWrt-Devel] [PATCH] Install ip_tunnel module if other modules need it.

2013-07-17 Thread Nikolay Martynov
In 3.10 new ip_tunnel module has been created which is used by sit, ipip, gre. Define ip_tunnel in Kernel Modules config menu and add appropriate dependencies. Fixes #13873 Signed-off-by: Nikolay Martynov mar.ko...@gmail.com --- package/kernel/linux/modules/netsupport.mk | 23