mirror of
https://github.com/openwrt/luci.git
synced 2025-04-29 00:28:05 +00:00
Adding LuCI web interface for antiblock package Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
15 lines
403 B
Makefile
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
|