diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-06-20 08:00:06 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-06-20 08:35:31 +0000 |
commit | 51a68f08c56e2e1f32f2ccecd10b8c8e6f863b2c (patch) | |
tree | d322b13c3c2c23a9402dae10671f9f765f7bfb8f /net/openvswitch/Makefile | |
parent | 885fc52411a6e7cd658c2cfa8473159f8e9e399f (diff) |
openvswitch: drop dependencies on kmod-mpls
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index bcd541d32..f8722ee0e 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 \ |