rp-pppoe: increase PKG_RELEASE
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 5 Nov 2020 20:01:10 +0000 (21:01 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 5 Nov 2020 20:06:13 +0000 (21:06 +0100)
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 <pepe.schlehofer@gmail.com>
net/rp-pppoe/Makefile

index e93ebf47aadaade53738e464af69a2092ee14907..38eb88287b8560047e326384c90c013b190e9a67 100644 (file)
@@ -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