From f2e7f813079bdd584e25d9ce6c5adf01344373b3 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Mon, 4 Nov 2024 19:09:42 +0100 Subject: [PATCH] nginx-util: drop dummy-package extra dependency In dropping the dummy-package, also the extra dependency for nginx-ssl-util needed to be dropped. Fixes: #25250 Fixes: b75050d59e40 ("nginx-util: drop nginx-util dummy packages") Signed-off-by: Christian Marangi --- net/nginx-util/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/nginx-util/Makefile b/net/nginx-util/Makefile index e695809b3babf8..32e12f9020f028 100644 --- a/net/nginx-util/Makefile +++ b/net/nginx-util/Makefile @@ -17,7 +17,6 @@ define Package/nginx-ssl-util/default SUBMENU:=Web Servers/Proxies TITLE:=Nginx configurator including SSL DEPENDS:=+libstdcpp +libuci +libubus +libubox +libpthread +libopenssl - EXTRA_DEPENDS:=nginx-util (>=1.4-2) endef