From 8b8d83e42dd3d10d82e29a8614a7b3e3e94b16c6 Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Mon, 1 Jul 2019 21:52:07 +0200 Subject: luci-base: move some generic classes into a separate luci-base-libs package The new package luci-base-libs provides the modules that not strictly relate to the web-interface of luci. By separating these libs they can be used by other packages without having to install the web-components. This change was inspired by providing a shell-only interface for 4MB-flash devices, by keeping as much code common with a full install. Signed-off-by: Sven Roederer --- libs/luci-lib-base/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libs/luci-lib-base/Makefile (limited to 'libs/luci-lib-base/Makefile') diff --git a/libs/luci-lib-base/Makefile b/libs/luci-lib-base/Makefile new file mode 100644 index 0000000000..35b1836ecd --- /dev/null +++ b/libs/luci-lib-base/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=basic libraries for luci +LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +luci-lib-jsonc +liblucihttp-lua + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3