From f81ef30a30fc95c56f44e08325e643a1ff33a96d Mon Sep 17 00:00:00 2001 From: peter-stadler <53920839+peter-stadler@users.noreply.github.com> Date: Fri, 31 Jul 2020 12:34:48 +0200 Subject: [PATCH] nginx-util: fix dependency Add DEPENDS since EXTRA_DEPENDS is not used by `make menuconfig`. Signed-off-by: Peter Stadler --- net/nginx-util/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/nginx-util/Makefile b/net/nginx-util/Makefile index fd25fac5c..41903a58b 100644 --- a/net/nginx-util/Makefile +++ b/net/nginx-util/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx-util PKG_VERSION:=1.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Peter Stadler include $(INCLUDE_DIR)/package.mk @@ -21,6 +21,7 @@ define Package/nginx-ssl-util/default # TODO: remove after a transition period (together with below and pkg nginx): # It actually removes nginx-util (replacing it by a dummy pkg) to avoid # conflicts with nginx-ssl-util* + DEPENDS+= +nginx-util EXTRA_DEPENDS:=nginx-util (>=1.4-2) endef