diff options
| author | Thomas Richard | 2025-06-09 14:02:44 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-16 13:35:49 +0000 |
| commit | 04a7d672d79bc909626ab16ff6afd61bfb6af7be (patch) | |
| tree | 269efdaf0e3a737f76bd2e52bb09bb34111498d1 | |
| parent | a4f56aca810c80803b85c996e0b7decfb2eeb6b4 (diff) | |
| download | openwrt-04a7d672d79bc909626ab16ff6afd61bfb6af7be.tar.gz | |
arm-trusted-firmware-stm32: bump to v2.10.17
Changelog: https://trustedfirmware-a.readthedocs.io/en/lts-v2.10.17/change-log.html
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/19076
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/arm-trusted-firmware-stm32/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/boot/arm-trusted-firmware-stm32/Makefile b/package/boot/arm-trusted-firmware-stm32/Makefile index 75a92f15af..46c00a51d1 100644 --- a/package/boot/arm-trusted-firmware-stm32/Makefile +++ b/package/boot/arm-trusted-firmware-stm32/Makefile @@ -7,10 +7,11 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=2.10 +PKG_VERSION:=2.10.17 PKG_RELEASE:=1 +PKG_LTS:=1 -PKG_HASH:=88215a62291b9ba87da8e50b077741103cdc08fb6c9e1ebd34dfaace746d3201 +PKG_HASH:=2558b2579dd1c45db6de89c49e647c109022d45da03eb74e0f6123c294295099 PKG_MAINTAINER:=Thomas Richard <thomas.richard@bootlin.com> include $(INCLUDE_DIR)/kernel.mk |