From 284918bfaf2f6d7e46fb11377bb9a537b35dd58a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 3 Nov 2019 17:49:58 +0100 Subject: treewide: move templates and libraries not used by the core to luci-compat Signed-off-by: Jo-Philipp Wich --- modules/luci-compat/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/luci-compat/Makefile (limited to 'modules/luci-compat/Makefile') diff --git a/modules/luci-compat/Makefile b/modules/luci-compat/Makefile new file mode 100644 index 0000000000..d73ca070a1 --- /dev/null +++ b/modules/luci-compat/Makefile @@ -0,0 +1,19 @@ +# +# Copyright (C) 2019 Jo-Philipp Wich +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=luci-compat + +LUCI_TYPE:=mod +LUCI_BASENAME:=compat + +LUCI_TITLE:=LuCI compatibility libraries +LUCI_DEPENDS:=+luci-base + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3