mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-07 07:06:45 +08:00
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# Copyright (C) 2016 Openwrt.org
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for quickstart
|
|
LUCI_DEPENDS:=+quickstart +luci-app-store
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_VERSION:=0.8.16-1
|
|
# PKG_RELEASE MUST be empty for luci.mk
|
|
PKG_RELEASE:=
|
|
|
|
LUCI_MINIFY_CSS:=0
|
|
LUCI_MINIFY_JS:=0
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|