summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dawn/Makefile
diff options
context:
space:
mode:
authorPolynomialdivision <vincent@systemli.org>2020-04-10 10:39:49 +0200
committerPolynomialdivision <vincent@systemli.org>2020-04-10 10:39:49 +0200
commit0ea4115a3a9d08f07d9a222eb0fccc2ea07cf6e8 (patch)
tree427adee91e3ca90f745eb3c01290a6bf84c98978 /applications/luci-app-dawn/Makefile
parent1733b4f7dab640b9e6ac2df2dbe4e8c9e704fd12 (diff)
luci-app-dawn: add dependencies
Missing: - luci-compat - luci-lib-json Fixes #3836 Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'applications/luci-app-dawn/Makefile')
-rw-r--r--applications/luci-app-dawn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-dawn/Makefile b/applications/luci-app-dawn/Makefile
index 330dddbf6c..1b2b598cc8 100644
--- a/applications/luci-app-dawn/Makefile
+++ b/applications/luci-app-dawn/Makefile
@@ -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