Hi,

a fresh OpenWRT compiled from trunk as of today fails to install kmod_vxlan:

root@OpenWrt:~/base# opkg install kmod-vxlan_3.14.32-1_brcm47xx.ipk
Installing kmod-vxlan (3.14.32-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-vxlan:
*      kmod-udptunnel4 *       kmod-udptunnel6 *
* opkg_install_cmd: Cannot install package kmod-vxlan.

The file netsupport.mk only activates the two udp_tunnel modules for kernels >3.14, but the vxlan package for 3.14 has a dependency to require them.

How is it supposed to work?

Thanks