Can't satisfy the dependency for luci-ssl-nginx

  • satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-ssl-nginx:
  • nginx-util (>= 1.4-2)

errors from in current master should I install luci menually?

Hi @orangepizza I had exactly the same problem. I solved it by commenting out the following line in the Makefile for nginx-util

#EXTRA_DEPENDS:=nginx-util (>=1.4-2)

This solved the problem for me.