small-package/luci-app-quickstart/Makefile

18 lines
381 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
LUCI_DEPENDS:=+quickstart +shadow-useradd +luci-app-store
2022-01-21 20:30:46 +08:00
LUCI_PKGARCH:=all
2022-02-15 20:30:43 +08:00
PKG_VERSION:=0.2.1
2022-01-21 20:30:46 +08:00
PKG_RELEASE:=1
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature