0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-29 00:28:05 +00:00
Files
Khachatryan Karen 0f743ad0f2 luci-app-antiblock: Add luci-app-antiblock package
Adding LuCI web interface for antiblock package

Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
2025-02-02 23:51:17 +01:00

15 lines
403 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-antiblock
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Khachatryan Karen <karen0734@gmail.com>
LUCI_TITLE:=AntiBlock Web UI
LUCI_URL:=https://github.com/karen07/luci-app-antiblock-openwrt-package
LUCI_DESCRIPTION:=Provides Web UI for AntiBlock
LUCI_DEPENDS:=+luci-base +antiblock
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature