From ca98eae72429fe830952bd6b116f0d79fabc065b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 14 Nov 2019 11:21:09 +0100 Subject: [PATCH] luci-compat: add transitional package Add an empty luci-compat package to allow forward compatibility with openwrt-19.07 and master for packages that support all three branches. Ref: https://forum.openwrt.org/t/luci-compat-and-18-06/48369 Signed-off-by: Jo-Philipp Wich --- modules/luci-compat/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/luci-compat/Makefile diff --git a/modules/luci-compat/Makefile b/modules/luci-compat/Makefile new file mode 100644 index 0000000000..bc08d50e02 --- /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 (transitional package) +LUCI_DEPENDS:=+luci-base + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- 2.30.2