projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1733b4f
)
luci-app-dawn: add dependencies
author
Polynomialdivision
<
[email protected]
>
Fri, 10 Apr 2020 08:39:49 +0000
(10:39 +0200)
committer
Polynomialdivision
<
[email protected]
>
Fri, 10 Apr 2020 08:39:49 +0000
(10:39 +0200)
Missing:
- luci-compat
- luci-lib-json
Fixes #3836
Signed-off-by: Nick Hainke <
[email protected]
>
applications/luci-app-dawn/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-dawn/Makefile
b/applications/luci-app-dawn/Makefile
index 330dddbf6c43edbc21556cba67aaba89ab530f68..1b2b598cc89c9b90601384d1cb5f6e070b00c34b 100644
(file)
--- 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