diff options
Diffstat (limited to 'modules/luci-compat/Makefile')
-rw-r--r-- | modules/luci-compat/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
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 <jo@mein.io> +# +# 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 |