forked from openwrt/luci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openwrt#7227 from stangri/master-luci-app-pbr
luci-app-pbr: sync with 1.1.6-20 principal package
- Loading branch information
Showing
7 changed files
with
354 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# Copyright 2017-2023 MOSSDeF, Stan Grishin ([email protected]) | ||
# This is free software, licensed under the GNU General Public License v3. | ||
# Copyright 2017-2024 MOSSDeF, Stan Grishin ([email protected]). | ||
# This is free software, licensed under AGPL-3.0-or-later. | ||
|
||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=luci-app-pbr | ||
PKG_LICENSE:=AGPL-3.0-or-later | ||
PKG_MAINTAINER:=Stan Grishin <[email protected]> | ||
PKG_VERSION:=1.1.4 | ||
PKG_RELEASE:=16 | ||
PKG_VERSION:=1.1.6 | ||
PKG_RELEASE:=20 | ||
|
||
LUCI_TITLE:=Policy Based Routing Service Web UI | ||
LUCI_URL:=https://github.com/stangri/luci-app-pbr/ | ||
LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service. | ||
LUCI_DEPENDS:=+luci-base +jsonfilter +pbr | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# README | ||
|
||
Documentation for this project is available at [https://docs.openwrt.melmac.net/luci-app-pbr/](https://docs.openwrt.melmac.net/luci-app-pbr/). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.