summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Demin2025-07-14 08:01:54 +0000
committerHauke Mehrtens2025-07-19 16:54:05 +0000
commite034b99e0445d950223cfbf498bfb7c2eccbda0e (patch)
tree96b2414e3fe8fa2879e5599707a72026fd48440e
parent6213bb69f7b894d3132cfa344c10ea163006d3a4 (diff)
downloadopenwrt-e034b99e0445d950223cfbf498bfb7c2eccbda0e.tar.gz
toolchain: bump PKG_RELEASE
improves c571ac4bdf25 "toolchain: adjust with recent glibc" Signed-off-by: Konstantin Demin <rockdrilla@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19404 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/libs/toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile
index d26d9ebd40..f73004bddd 100644
--- a/package/libs/toolchain/Makefile
+++ b/package/libs/toolchain/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=toolchain
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=GPL-3.0-with-GCC-exception