From: Yousong Zhou Date: Thu, 20 Jun 2019 08:00:06 +0000 (+0000) Subject: openvswitch: drop dependencies on kmod-mpls X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=51a68f08c56e2e1f32f2ccecd10b8c8e6f863b2c;p=feed%2Fpackages.git openvswitch: drop dependencies on kmod-mpls Signed-off-by: Yousong Zhou --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index bcd541d325..f8722ee0e3 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -70,7 +70,6 @@ ovs_kmod_openvswitch_title:=Open vSwitch kernel datapath (upstream) ovs_kmod_openvswitch_kconfig:=CONFIG_OPENVSWITCH ovs_kmod_openvswitch_depends:=\ +kmod-lib-crc32c \ - +kmod-mpls \ +kmod-nf-nat \ +IPV6:kmod-nf-nat6 \ +kmod-nf-conntrack \ @@ -114,7 +113,6 @@ $(eval $(call OvsKmodPackageTemplate,openvswitch-geneve)) ovs_kmod_openvswitch-intree_title:=Open vSwitch kernel datapath (in tree) ovs_kmod_openvswitch-intree_depends:=\ +kmod-lib-crc32c \ - +kmod-mpls \ +kmod-nf-nat \ +IPV6:kmod-nf-nat6 \ +kmod-nf-conntrack \