#19044: kmod-vxlan cannot build on kernel < 3.18
-------------------------------------------------+-------------------------
Reporter: samrussell | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: kernel | Version: Trunk
Keywords: udptunnel4 udptunnel6 vxlan |
openvswitch 3.14 |
-------------------------------------------------+-------------------------
Change https://dev.openwrt.org/changeset/44210/ was meant to add kmod-
udptunnel4 and kmod-udptunnel6 as a dependancy for kmod-vxlan for kernels
>=3.16, but I believe there is a syntax error here. kmod-vxlan doesn't
show as an option in make menuconfig when using kernel 3.14
The logic of this line appears to be wrong:
+(!LINUX_3_8&&!LINUX_3_10&&!LINUX_3_13&&!LINUX_3_14):kmod-udptunnel4
Should it be something like this?
@(!LINUX_3_8&&!LINUX_3_10&&!LINUX_3_13&&!LINUX_3_14):kmod-udptunnel4
--
Ticket URL: <https://dev.openwrt.org/ticket/19044>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets