diff options
| author | Konstantin Demin | 2025-07-14 08:01:54 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 16:54:05 +0000 |
| commit | e034b99e0445d950223cfbf498bfb7c2eccbda0e (patch) | |
| tree | 96b2414e3fe8fa2879e5599707a72026fd48440e | |
| parent | 6213bb69f7b894d3132cfa344c10ea163006d3a4 (diff) | |
| download | openwrt-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/Makefile | 2 |
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 |