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 mar.ko...@gmail.com ---

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 mar.ko...@gmail.com 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

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 mar.ko...@gmail.com --- define

[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

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 alphasp...@gmail.com wrote: This patch updates the minidlna package in OpenWRT to 1.1.0. The upstream developers

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 be fixed

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 you mean by

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 flor...@openwrt.org wrote: Hello, Le 18 juil. 2013 05:45, Nikolay Martynov mar.ko...@gmail.com 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

[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) +++

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

2013-07-18 Thread Nikolay Martynov
2013/7/18 Jonas Gorski j...@openwrt.org On Thu, Jul 18, 2013 at 9:37 AM, Florian Fainelli flor...@openwrt.org wrote: Hello, Le 18 juil. 2013 05:45, Nikolay Martynov mar.ko...@gmail.com a écrit : In 3.10 new ip_tunnel module has been created which is used by sit, ipip, gre.

[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

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 m...@flyn.org 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 ___