git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
64c917b
)
libradiotap: use autorelease feature
author
Nick Hainke
<redacted>
Sat, 23 Jan 2021 14:10:51 +0000
(15:10 +0100)
committer
Nick Hainke
<redacted>
Sat, 23 Jan 2021 14:10:51 +0000
(15:10 +0100)
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537
Signed-off-by: Nick Hainke <redacted>
libs/libradiotap/Makefile
patch
|
blob
|
history
diff --git
a/libs/libradiotap/Makefile
b/libs/libradiotap/Makefile
index 9d9bf8938c614ccc552621fbcb6aee3dd6882fbe..d3959cab422cd86c4b92a7f114bd05a27d5af3a4 100644
(file)
--- a/
libs/libradiotap/Makefile
+++ b/
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
git clone https://git.99rst.org/PROJECT