From 4940679ef2923f85bb2bc14bb9540b5fa80c8833 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 18 Sep 2014 09:48:30 +0300 Subject: [PATCH] openvswitch: organize openvswitch-ipsec and openvswitch-benchmark as subpackages Signed-off-by: Alexandru Ardelean --- net/openvswitch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 1d0de13698..6a199f22f6 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -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 -- 2.30.2