diff options
Diffstat (limited to 'applications/luci-app-yggdrasil')
-rw-r--r-- | applications/luci-app-yggdrasil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-yggdrasil/Makefile b/applications/luci-app-yggdrasil/Makefile index 747d8c3d67..4ce191921b 100644 --- a/applications/luci-app-yggdrasil/Makefile +++ b/applications/luci-app-yggdrasil/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Yggdrasil -LUCI_DEPENDS:=+yggdrasil +LUCI_DEPENDS:=+luci-base +yggdrasil include ../../luci.mk |