From 767b3f2ea8d2d0fccab222c55750422b1de237cb Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 20 Apr 2024 09:21:07 +0300 Subject: [PATCH] geoip-shell: remove extra r from PKG_RELEASE Remove the unnecessary 'r' from PKG_RELEASE as it is added automatically by the build system to the final versioning. (Current version leads into 'geoip-shell_0.5-rr2_all.ipk') Signed-off-by: Hannu Nyman --- net/geoip-shell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/geoip-shell/Makefile b/net/geoip-shell/Makefile index 12bc0eb6fe..494ef9fdf4 100644 --- a/net/geoip-shell/Makefile +++ b/net/geoip-shell/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=geoip-shell PKG_VERSION:=0.5 -PKG_RELEASE:=r2 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=antonk PKG_SOURCE_PROTO:=git