small-package/luci-app-quickstart/Makefile

23 lines
445 B
Makefile
Raw Normal View History

2022-01-21 20:30:46 +08:00
# Copyright (C) 2016 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
2022-02-11 20:29:45 +08:00
LUCI_TITLE:=LuCI support for quickstart
2022-06-15 20:18:39 +08:00
LUCI_DEPENDS:=+quickstart +luci-app-store
2022-01-21 20:30:46 +08:00
LUCI_PKGARCH:=all
2022-02-17 14:24:26 +08:00
2024-01-18 23:35:14 +08:00
PKG_VERSION:=0.8.3-3
2022-03-18 19:39:19 +08:00
# PKG_RELEASE MUST be empty for luci.mk
PKG_RELEASE:=
2022-01-21 20:30:46 +08:00
2023-04-07 16:21:24 +08:00
LUCI_MINIFY_CSS:=0
LUCI_MINIFY_JS:=0
2022-01-21 20:30:46 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature