projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa589c7
)
uboot-envtools: use $(AUTORELEASE) for PKG_RELEASE
author
Paul Spooren
<mail@aparcar.org>
Thu, 7 Jan 2021 08:56:54 +0000
(22:56 -1000)
committer
Paul Spooren
<mail@aparcar.org>
Sat, 23 Jan 2021 05:03:53 +0000
(19:03 -1000)
Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.
Signed-off-by: Paul Spooren <mail@aparcar.org>
package/boot/uboot-envtools/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-envtools/Makefile
b/package/boot/uboot-envtools/Makefile
index dda9d6be9c1470ea536b4dc024f6c86060b18274..5014b71ef67ea6efaae1b60e3f32b9dbe0c280fc 100644
(file)
--- a/
package/boot/uboot-envtools/Makefile
+++ b/
package/boot/uboot-envtools/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=uboot-envtools
PKG_DISTNAME:=u-boot
PKG_VERSION:=2020.04
-PKG_RELEASE:=
20
+PKG_RELEASE:=
$(AUTORELEASE)
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:= \