summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-freifunk/Makefile
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 /modules/luci-mod-freifunk/Makefile
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 'modules/luci-mod-freifunk/Makefile')
-rw-r--r--modules/luci-mod-freifunk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-freifunk/Makefile b/modules/luci-mod-freifunk/Makefile
index 550db1df15..70de10879c 100644
--- a/modules/luci-mod-freifunk/Makefile
+++ b/modules/luci-mod-freifunk/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Freifunk module
-LUCI_DEPENDS:=+luci-mod-admin-full +luci-lib-json +freifunk-firewall +freifunk-common
+LUCI_DEPENDS:=+luci-mod-admin-full +luci-lib-json +luci-lib-ipkg +freifunk-firewall +freifunk-common
include ../../luci.mk