Browse Source
Merge pull request #14544 from PolynomialDivision/libradiotap-use-autorelease
libradiotap: 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
-
libs/libradiotap/Makefile
|
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libradiotap |
|
|
|
PKG_VERSION:=2020-06-22 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=$(AUTORELEASE) |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=https://github.com/radiotap/radiotap-library.git |
|
|
|