Re: [OpenWrt-Devel] [PATCHv2] mklibs: Fix mklibs usage when *.so files reside in subdirs

2013-07-29 Thread Helmut Schaa
On Wed, Jun 26, 2013 at 1:55 PM, Helmut Schaa wrote: > Currently package/Makefile only passes /lib /usr/lib and /usr/lib/ebtables > to mklibs. However, other libs can also reside in different subdirectories > (in my case /usr/lib/ipsec). Hence, create the list of library directories > dynamically.

Re: [OpenWrt-Devel] [PATCH] [package] mac80211: rt2x00: add missing of.h header

2013-07-29 Thread Felix Fietkau
On 2013-07-29 11:32 PM, Felix Kaechele wrote: > Signed-off-by: Felix Kaechele Applied in r37618, thanks ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [package] mac80211: rt2x00: add missing of.h header

2013-07-29 Thread Felix Kaechele
Signed-off-by: Felix Kaechele --- .../patches/619-rt2x00-change-led-polarity-from-OF.patch | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package/kernel/mac80211/patches/619-rt2x00-change-led-polarity-from-OF.patch b/package/kernel/mac80211/patches/619-rt2x0

Re: [OpenWrt-Devel] [PATCH] [packages] AllJoyn: New package (updated)

2013-07-29 Thread Felix Fietkau
On 2013-07-29 9:23 PM, Steve Kinneberg wrote: > On Fri, 2013-07-26 at 12:27 +0200, Felix Fietkau wrote: >> On 2013-07-23 11:00 PM, Steve Kinneberg wrote: >> > from: AllJoyn Project (Qualcomm Innovation Center, Inc.) >> > >> > >> > Add AllJoyn v. 3.3.2 as a new package to OpenWrt. >> > >> > AllJo

[OpenWrt-Devel] [PATCH v2] [packages] AllJoyn: New package (updated)

2013-07-29 Thread Steve Kinneberg
from: AllJoyn Project (Qualcomm Innovation Center, Inc.) Add AllJoyn v. 3.3.2 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 --- This fixes a build bug found by Felix Fietkau

Re: [OpenWrt-Devel] [PATCH] [packages] AllJoyn: New package (updated)

2013-07-29 Thread Steve Kinneberg
On Fri, 2013-07-26 at 12:27 +0200, Felix Fietkau wrote: > On 2013-07-23 11:00 PM, Steve Kinneberg wrote: > > from: AllJoyn Project (Qualcomm Innovation Center, Inc.) > > > > > > Add AllJoyn v. 3.3.2 as a new package to OpenWrt. > > > > AllJoyn is a peer-to-peer networking technology. Project de

[OpenWrt-Devel] Idea to support 4MB routers in Seama header

2013-07-29 Thread Flávio Silveira
Good afternoon, I'm working on a ramips based router which uses Seama header, it only have 4MB of flash. In target/linux/ramips/image/Makefile we have: # build Seama header images define BuildFirmware/Seama/squashfs $(call BuildFirmware/OF,$(1),$(2),$(3),$(ralink_default_fw_size_8M))

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

2013-07-29 Thread Luiz Angelo Daros de Luca
Hello Remzi, I posted a patch to update ruby to its last 1.9.x version. http://patchwork.openwrt.org/patch/3754/ However, it was not commited. The version of ruby you are using have problems with socket. --- Luiz Angelo Daros de Luca, Me. luizl...@gmail.com 2013/7/29 Remzi A

[OpenWrt-Devel] new package - scanbuttond

2013-07-29 Thread Antonio Trujillo Carmona
I have read https://lists.openwrt.org/pipermail/openwrt-devel/2012-November/017243.html and I want to create scanbuttond package. but I don't know witch package download to apply the patch and after that who to compile it. I just compile a new firmware form trunk for the hgw556. What I must to do?,