From: Christian Marangi Date: Mon, 4 Nov 2024 18:09:42 +0000 (+0100) Subject: nginx-util: drop dummy-package extra dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0bbe4ac612ee842aef8fb2fa7672e01c31bd8b58;p=feed%2Fpackages.git 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 (cherry picked from commit f2e7f813079bdd584e25d9ce6c5adf01344373b3) --- diff --git a/net/nginx-util/Makefile b/net/nginx-util/Makefile index e695809b3b..32e12f9020 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