From 82a3613ec8ad0e0e7637810a30918556a49c14c7 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Sun, 4 Jul 2021 21:09:23 +0200 Subject: [PATCH] nginx: add PROVIDES nginx-ssl to nginx-all-module fix issue when installing luci-ssl-nginx Signed-off-by: Peter Stadler --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index ff9624cbee..2e9b463916 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx PKG_VERSION:=1.17.7 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ @@ -116,7 +116,7 @@ define Package/nginx-all-module DEPENDS:=+libpcre +libopenssl +zlib +liblua +libpthread +libxml2 \ +libubus +libblobmsg-json +libjson-c VARIANT:=all-module - PROVIDES:=nginx + PROVIDES:=nginx nginx-ssl endef Package/nginx-all-module/description = $(Package/nginx/description) \ -- 2.30.2