mirror of https://github.com/openwrt/packages.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: b75050d59e
("nginx-util: drop nginx-util dummy packages")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
pull/25251/head
parent
b5183a3837
commit
f2e7f81307
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue