openvswitch: organize openvswitch-ipsec and openvswitch-benchmark as subpackages
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
aa35b34326
commit
4940679ef2
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ endef
|
|||
define Package/openvswitch-ipsec
|
||||
$(call Package/openvswitch/Default)
|
||||
TITLE:=Open vSwitch Userspace Package
|
||||
DEPENDS:=+openvswitch
|
||||
DEPENDS:=@PACKAGE_openvswitch +PACKAGE_openvswitch:openvswitch
|
||||
endef
|
||||
|
||||
define Package/openvswitch-ipsec/description
|
||||
|
@ -70,7 +70,7 @@ endef
|
|||
define Package/openvswitch-benchmark
|
||||
$(call Package/openvswitch/Default)
|
||||
TITLE:=Open vSwitch Userspace Package
|
||||
DEPENDS:=+openvswitch
|
||||
DEPENDS:=@PACKAGE_openvswitch +PACKAGE_openvswitch:openvswitch
|
||||
endef
|
||||
|
||||
define Package/openvswitch-benchmark/description
|
||||
|
|
Loading…
Reference in a new issue