Browse Source
Merge pull request #14545 from PolynomialDivision/generate-ipv6-adddress-autorelease
generate-ipv6-address: use autorelease feature
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
ipv6/generate-ipv6-address/Makefile
|
|
@ -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/ |
|
|
|