From af93af4a4fa279dc5a3077832ac484ca769eada9 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Thu, 5 Nov 2020 21:01:10 +0100 Subject: [PATCH] rp-pppoe: increase PKG_RELEASE In a recent commit, there was a fixed typo in config file of rp-ppoe package. As there was no increased version in PKG_VERSION/PKG_RELEASE, it means that fixed typo will be applied for users, who install rp-pppoe now. Existing users will not be aware that there is an updated package with fixed typo. They will need to do force overwrite/reinstall via opkg. It makes a little bit complicated as we are fixing typo in conffile, but this change will be applied to users who do not touch it. In any case, there should be a bumped version. Fixes: fe709078ffaaf323593b126c02e83e7512b84073 ("rp-pppoe: fix typo") Signed-off-by: Josef Schlehofer --- net/rp-pppoe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index e93ebf47aa..38eb88287b 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rp-pppoe PKG_VERSION:=3.14 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dianne.skoll.ca/projects/rp-pppoe/download