luci-app-dawn: add dependencies
Missing: - luci-compat - luci-lib-json Fixes #3836 Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
1733b4f7da
commit
0ea4115a3a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for DAWN
|
||||
LUCI_DEPENDS:=+dawn
|
||||
LUCI_DEPENDS:=+dawn +luci-compat +luci-lib-json
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
Loading…
Reference in a new issue