summaryrefslogtreecommitdiffhomepage
path: root/libs/luci-lib-ipkg/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 /libs/luci-lib-ipkg/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 'libs/luci-lib-ipkg/Makefile')
-rw-r--r--libs/luci-lib-ipkg/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/luci-lib-ipkg/Makefile b/libs/luci-lib-ipkg/Makefile
new file mode 100644
index 0000000000..52fcf6fe82
--- /dev/null
+++ b/libs/luci-lib-ipkg/Makefile
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2018 Jo-Philipp Wich <jo@mein.io>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Legacy opkg interface class
+LUCI_DEPENDS:=+luci-base
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature