small-package/luci-app-linkease/Makefile

20 lines
382 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-26 20:17:46 +08:00
PKG_VERSION:=2.1.11
2022-11-10 20:26:52 +08:00
PKG_RELEASE:=1
2022-10-26 20:27:06 +08:00
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