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 <[email protected]>
> ---
>  package/kernel/linux/modules/netsupport.mk | 23 +++++++++++++++++++----
>  1 file changed, 19 insertions(+), 4 deletions(-)
> 
> diff --git a/package/kernel/linux/modules/netsupport.mk 
> b/package/kernel/linux/modules/netsupport.mk
> index 5b31093..2202cd5 100644
> --- a/package/kernel/linux/modules/netsupport.mk
> +++ b/package/kernel/linux/modules/netsupport.mk
> @@ -217,7 +217,7 @@ $(eval $(call KernelPackage,isdn4linux))
>  define KernelPackage/ipip
>    SUBMENU:=$(NETWORK_SUPPORT_MENU)
>    TITLE:=IP-in-IP encapsulation
> -  DEPENDS:=+kmod-iptunnel4
> +  DEPENDS:=+kmod-iptunnel4 +kmod-ip_tunnel
As far as I know, "_" in package names can be problematic with opkg.
Please use "-" instead.

- Felix
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to