mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# Copyright (C) 2020 Lienol <lawlienol@gmail.com>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for Time Control
|
|
LUCI_DEPENDS:=+luci-base @(PACKAGE_firewall||PACKAGE_firewall4)
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1.1
|
|
PKG_RELEASE:=5
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|