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
parent
commit
825b2c7e4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ipv6/generate-ipv6-address/Makefile

+ 1
- 1
ipv6/generate-ipv6-address/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=generate-ipv6-address PKG_NAME:=generate-ipv6-address
PKG_VERSION:=0.1 PKG_VERSION:=0.1
PKG_RELEASE:=1
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=generate-ipv6-address-$(PKG_VERSION).tar.gz PKG_SOURCE:=generate-ipv6-address-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/ PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/


Loading…
Cancel
Save