diff options
author | Nick Hainke <vincent@systemli.org> | 2021-01-23 15:08:08 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2021-01-23 15:08:08 +0100 |
commit | e98653870ee80e5cd19804341f31194e0e8076cb (patch) | |
tree | 0fcb3e15e01b2c4ba03678586e402390821d8d74 /libs/libuwifi/Makefile | |
parent | 64c917b702c70d1c5193c8cb85ebfe3b3485082c (diff) |
libuwifi: use autorelease feature
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'libs/libuwifi/Makefile')
-rw-r--r-- | libs/libuwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libuwifi/Makefile b/libs/libuwifi/Makefile index f1864fc93..ca96feb4c 100644 --- a/libs/libuwifi/Makefile +++ b/libs/libuwifi/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuwifi PKG_VERSION:=2020-03-10 -PKG_RELEASE:=4 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/br101/libuwifi.git |