From 33833011c6a66873b2ce356120093eb35f6ccfc0 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sat, 23 Jan 2021 15:10:51 +0100 Subject: [PATCH] libradiotap: use autorelease feature Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke --- libs/libradiotap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libradiotap/Makefile b/libs/libradiotap/Makefile index 9d9bf8938..d3959cab4 100644 --- a/libs/libradiotap/Makefile +++ b/libs/libradiotap/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libradiotap PKG_VERSION:=2020-06-22 -PKG_RELEASE:=1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/radiotap/radiotap-library.git