small-package/luci-app-linkease/Makefile

21 lines
400 B
Makefile
Raw Normal View History

2021-09-08 15:15:02 +08:00
# Copyright (C) 2016 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
2021-12-04 09:01:13 +08:00
LUCI_TITLE:=LuCI support for linkease
LUCI_DEPENDS:=+linkease
2021-09-08 15:15:02 +08:00
LUCI_PKGARCH:=all
2022-11-01 20:28:57 +08:00
PKG_VERSION:=2.1.6
2021-12-04 09:01:13 +08:00
PKG_RELEASE:=2
2022-10-26 20:27:06 +08:00
LUCI_MINIFY_LUA:=0
LUCI_MINIFY_CSS:=0
LUCI_MINIFY_JS:=0
2021-09-08 15:15:02 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature