From 11073e5ee5141387b35cf7598007308cdc175185 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Sat, 3 Dec 2022 02:32:45 +0000 Subject: luci-app-pbr: initial commit Depends on https://github.com/openwrt/packages/pull/19763 Signed-off-by: Stan Grishin --- applications/luci-app-pbr/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 applications/luci-app-pbr/Makefile (limited to 'applications/luci-app-pbr/Makefile') diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile new file mode 100644 index 0000000000..d18bdf78aa --- /dev/null +++ b/applications/luci-app-pbr/Makefile @@ -0,0 +1,17 @@ +# 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 +PKG_VERSION:=1.0.0-1 + +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 -- cgit v1.2.3