Browse Source

openvswitch: organize openvswitch-ipsec and openvswitch-benchmark as subpackages

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
4940679ef2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/openvswitch/Makefile

+ 2
- 2
net/openvswitch/Makefile View File

@ -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…
Cancel
Save