Merge pull request #14543 from PolynomialDivision/libuwifi-use-autorelease
libuwifi: use autorelease feature
This commit is contained in:
commit
9921d53a49
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libuwifi
|
PKG_NAME:=libuwifi
|
||||||
PKG_VERSION:=2020-03-10
|
PKG_VERSION:=2020-03-10
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/br101/libuwifi.git
|
PKG_SOURCE_URL:=https://github.com/br101/libuwifi.git
|
||||||
|
|
Loading…
Reference in a new issue