mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-27 04:40:34 +03:00
20 lines
348 B
Makefile
20 lines
348 B
Makefile
#
|
|
# Copyright (c) 2024 remittor
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-zapret
|
|
PKG_RELEASE:=20241016
|
|
PKG_VERSION:=65-$(PKG_RELEASE)
|
|
PKG_LICENSE:=MIT
|
|
|
|
LUCI_TITLE:=LuCI support for zapret
|
|
LUCI_DEPENDS:=+zapret
|
|
LUCI_PKGARCH:=all
|
|
|
|
#include ../../luci.mk
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|