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: b75050d59e ("nginx-util: drop nginx-util dummy packages")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
pull/25251/head
Christian Marangi 2024-11-04 19:09:42 +01:00
parent b5183a3837
commit f2e7f81307
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
1 changed files with 0 additions and 1 deletions

View File

@ -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