summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dynapoint
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-11-14 14:35:01 +0100
committerJo-Philipp Wich <jo@mein.io>2018-11-14 20:46:04 +0100
commit4bbe32548c407ec6ae104934b3f1fe53539de9f6 (patch)
tree5041bc148105cc84b6d0e1e4ce678e7af8518d96 /applications/luci-app-dynapoint
parent391e82d6a3f62ac721aa385e58f90b9ac803874e (diff)
luci-lib-ipkg: move out of luci-base
Move the old luci.model.ipkg utility class into a separate package and let the components using it depend on the new library package. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-dynapoint')
-rw-r--r--applications/luci-app-dynapoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-dynapoint/Makefile b/applications/luci-app-dynapoint/Makefile
index 83512dba5e..e405cc41f1 100644
--- a/applications/luci-app-dynapoint/Makefile
+++ b/applications/luci-app-dynapoint/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for DynaPoint
-LUCI_DEPENDS:=+dynapoint
+LUCI_DEPENDS:=+luci-lib-ipkg +dynapoint
PKG_LICENSE:=GPL-3.0+
PKG_MAINTAINER:=Tobias Ilte <tobias.ilte@campus.tu-berlin.de>