Merge pull request #14545 from PolynomialDivision/generate-ipv6-adddress-autorelease
generate-ipv6-address: use autorelease feature
This commit is contained in:
commit
825b2c7e4f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=generate-ipv6-address
|
||||
PKG_VERSION:=0.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=generate-ipv6-address-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/
|
||||
|
|
Loading…
Reference in a new issue