|
@@ -76,7 +76,7 @@ endef
|
76
|
76
|
|
77
|
77
|
define Package/openvswitch-ipsec
|
78
|
78
|
$(call Package/openvswitch/Default)
|
79
|
|
- TITLE:=Open vSwitch Userspace Package
|
|
79
|
+ TITLE:=Open vSwitch GRE through IPsec tool
|
80
|
80
|
DEPENDS:=@PACKAGE_openvswitch +PACKAGE_openvswitch:openvswitch-python
|
81
|
81
|
endef
|
82
|
82
|
|
|
@@ -87,7 +87,7 @@ endef
|
87
|
87
|
|
88
|
88
|
define Package/openvswitch-benchmark
|
89
|
89
|
$(call Package/openvswitch/Default)
|
90
|
|
- TITLE:=Open vSwitch Userspace Package
|
|
90
|
+ TITLE:=Open vSwitch flow setup benchmark utility
|
91
|
91
|
DEPENDS:=@PACKAGE_openvswitch +PACKAGE_openvswitch:openvswitch
|
92
|
92
|
endef
|
93
|
93
|
|