luci/applications/luci-app-pbr/Makefile
Stan Grishin f8cbfa11c6 luci-app-pbr: Detect missing iptables & error-proofing WebUI
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-12-12 03:00:37 +00:00

17 lines
510 B
Makefile

# Copyright 2017-2022 Stan Grishin (stangri@melmac.ca)
# This is free software, licensed under the GNU General Public License v3.
include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_VERSION:=1.0.0-2
LUCI_TITLE:=Policy Based Routing Service Web UI
LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service.
LUCI_DEPENDS:=+luci-base +jsonfilter +pbr
LUCI_PKGARCH:=all
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature