diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-03-23 01:03:22 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-03-23 01:03:59 +0000 |
commit | 44f1f1184a59354618383a81f003bd877fcd793d (patch) | |
tree | 6eb100594c01c10a4b00091d8adee28692427bf1 /net/pbr/Makefile | |
parent | 19bba88ab265cc778674a92e82a8128d37a1ee39 (diff) |
pbr: prepare migration to APK
* remove dependencies/references to opkg
* simplify wan/wan6 discovery
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/pbr/Makefile')
-rw-r--r-- | net/pbr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pbr/Makefile b/net/pbr/Makefile index d5a9503ed..ddc8537a7 100644 --- a/net/pbr/Makefile +++ b/net/pbr/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pbr PKG_VERSION:=1.1.4 -PKG_RELEASE:=5 +PKG_RELEASE:=r7 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> |