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

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] [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

[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 --- package/kernel/linux/modules/netsupport.mk | 23 +++ 1 file change