summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-compat/Makefile
blob: 4b11f16419d316dd13dc698f86919328f11a7d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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-lua-runtime

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature