Browse Source

Merge pull request #15382 from cotequeiroz/strongswan

strongswan: libnttft must not select strongswan
lilik-openwrt-22.03
Philip Prindeville 4 years ago
committed by GitHub
parent
commit
61b2a35a35
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/strongswan/Makefile

+ 2
- 2
net/strongswan/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=strongswan
PKG_VERSION:=5.9.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
@ -377,7 +377,7 @@ endef
define Package/strongswan-libnttfft
$(call Package/strongswan/Default)
TITLE+= nttfft library
DEPENDS:= +strongswan
DEPENDS:= strongswan
endef
define Package/strongswan-libnttfft/description


Loading…
Cancel
Save