Re: [OpenWrt-Devel] [PATCH] package of asio for C++ async IO

2013-07-18 Thread Daniel Pocock
Hi, I'm just following up on this - I attach the original patch submitted in 2012 Regards, Daniel On 22/09/12 00:12, Daniel Pocock wrote: > > > > I've now got this working satisfactorily - revised Makefile attached > > > > On 21/09/12 19:10, Daniel Pocock wrote: > > > >> This is an

Re: [OpenWrt-Devel] [PATCH 001/009] [packages] libffi: Modify to support glib2 2.32 build (attempt #3)

2013-07-18 Thread W. Michael Petullo
> From: "W. Michael Petullo" > > Glib 2.32+ requires libffi, so the libffi Makefile needs to call HostBuild. [...] Is there any reason these patches are not being acknowledged? Have I been improperly submitting them? -- Mike :wq ___ openwrt-devel m

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

2013-07-18 Thread Nikolay Martynov
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 voltmeter has shown that buttons on this router are actually active-

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

2013-07-18 Thread Nikolay Martynov
2013/7/18 Jonas Gorski > On Thu, Jul 18, 2013 at 9:37 AM, Florian Fainelli > wrote: > > Hello, > > > > Le 18 juil. 2013 05:45, "Nikolay Martynov" a > écrit : > > > > > >> > >> In 3.10 new ip_tunnel module has been created which is used by sit, > ipip, > >> gre. > >> Define ip_tunnel in Kernel M

[OpenWrt-Devel] Enable POSIX Threads and Disable Debug in wget

2013-07-18 Thread alpha sparc
This patch enables POSIX threading in wget and disables debug hence making a smaller binary. Tested and working. Index : feeds/packages/net/wget/Makefile === --- feeds/packages/net/wget/Makefile(revision 37381) +++ feeds/packages

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

2013-07-18 Thread Jonas Gorski
On Thu, Jul 18, 2013 at 9:37 AM, Florian Fainelli wrote: > Hello, > > Le 18 juil. 2013 05:45, "Nikolay Martynov" a écrit : > > >> >> 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 >> dependenc

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

2013-07-18 Thread Felix Fietkau
On 2013-07-18 11:42 AM, Karl Palsson wrote: > On Thu, Jul 18, 2013 at 09:19:01AM +0200, Felix Fietkau wrote: >> > + DEPENDS:=+kmod-iptunnel4 +kmod-ip_tunnel >> As far as I know, "_" in package names can be problematic with opkg. >> Please use "-" instead. > > It's working ok for us here, what do

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

2013-07-18 Thread Karl Palsson
On Thu, Jul 18, 2013 at 09:19:01AM +0200, Felix Fietkau wrote: > > + DEPENDS:=+kmod-iptunnel4 +kmod-ip_tunnel > As far as I know, "_" in package names can be problematic with opkg. > Please use "-" instead. It's working ok for us here, what do you mean by "problematic"? (And surely that should

Re: [OpenWrt-Devel] Update minidlna to version 1.1.0

2013-07-18 Thread alpha sparc
I forgot to add that upstream has changed the Makefile procedure and all the patches have been fixed upstream so they can be deleted On Thu, Jul 18, 2013 at 5:24 PM, alpha sparc wrote: > This patch updates the minidlna package in OpenWRT to 1.1.0. > The upstream developers renamed the binary of m

[OpenWrt-Devel] Update minidlna to version 1.1.0

2013-07-18 Thread alpha sparc
This patch updates the minidlna package in OpenWRT to 1.1.0. The upstream developers renamed the binary of minidlna to minidlnad so we have to make the changes accordingly to luci-minidlna. All the path to /usr/bin/minidlna should be renamed to /usr/bin/minidlnad. However during testing I found tha

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

2013-07-18 Thread Dirk Neukirchen
On 18.07.2013 06:44, Nikolay Martynov wrote: 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 --- define KernelPackage/sit SUBMENU:=

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

2013-07-18 Thread Florian Fainelli
Hello, Le 18 juil. 2013 05:45, "Nikolay Martynov" a écrit : > > 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. There is no dependency between kmod-ip_tunnel and Linux 3.10, will tha

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

2013-07-18 Thread Felix Fietkau
On 2013-07-18 6:44 AM, Nikolay Martynov wrote: > 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 > --- > package/kernel/linux