summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-15 16:49:36 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-17 12:23:04 +0200
commit2ca5a386eeefb11de15a9b359ae2769f775d58c9 (patch)
tree4f17944af23bd344f0f78ff355ef76187f7aaa08 /package
parente894e1b2f02dea6da210cb0b3cb1dbef220662da (diff)
downloadopenwrt-2ca5a386eeefb11de15a9b359ae2769f775d58c9.tar.gz
openwrt-2ca5a386eeefb11de15a9b359ae2769f775d58c9.tar.bz2
openwrt-2ca5a386eeefb11de15a9b359ae2769f775d58c9.zip
vxlan: bump and change to PKG_RELEASE
Bumping package version has been overlooked in a previous commit. While at it, use PKG_RELEASE instead of PKG_VERSION, as the latter is meant for upstream version number only. (The effective version string for the package would be "3" in both cases, so there is no harm done for version comparison.) Fixes: 0453c3866feb ("vxlan: fix udp checksum control") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit b29d620ed2521fe6fda40ddafe6cb0f1d70e4503)
Diffstat (limited to 'package')
-rw-r--r--package/network/config/vxlan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/vxlan/Makefile b/package/network/config/vxlan/Makefile
index 5850c443e7..13fcf0c55d 100644
--- a/package/network/config/vxlan/Makefile
+++ b/package/network/config/vxlan/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=vxlan
-PKG_VERSION:=2
+PKG_RELEASE:=3
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk