diff options
| author | Rafał Miłecki | 2023-12-13 07:52:59 +0000 |
|---|---|---|
| committer | Rafał Miłecki | 2023-12-13 07:53:36 +0000 |
| commit | de94eceee682fee3e6b7a0c89f70965648018c59 (patch) | |
| tree | 12114bdac00c2e644132e86c52194b46c6f63f8d | |
| parent | 3ed7abfc5af63c7fe1137a0bb78d95eb6f2455ef (diff) | |
| download | openwrt-de94eceee682fee3e6b7a0c89f70965648018c59.tar.gz | |
uboot-envtools: bump PKG_RELEASE
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
| -rw-r--r-- | package/boot/uboot-envtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index f4063ed362..9647b38385 100644 --- 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:=2023.07.02 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ |