mirror of https://github.com/openwrt/luci.git
luci-app-dawn: add dependencies
Missing: - luci-compat - luci-lib-json Fixes #3836 Signed-off-by: Nick Hainke <vincent@systemli.org>pull/3868/head
parent
1733b4f7da
commit
0ea4115a3a
|
@ -1,7 +1,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for DAWN
|
LUCI_TITLE:=LuCI support for DAWN
|
||||||
LUCI_DEPENDS:=+dawn
|
LUCI_DEPENDS:=+dawn +luci-compat +luci-lib-json
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
|
||||||
include ../../luci.mk
|
include ../../luci.mk
|
||||||
|
|
Loading…
Reference in New Issue