diff options
| author | Thomas Richard | 2025-11-18 12:32:28 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-27 19:49:32 +0000 |
| commit | 9c87b7f85e3e2f527d13880d79fdd0eacb092768 (patch) | |
| tree | ff4241e86746d6dc24031287b6eb69653591edb1 | |
| parent | b617a61908ee9f2a7139405d437ae7af4dd5c077 (diff) | |
| download | openwrt-9c87b7f85e3e2f527d13880d79fdd0eacb092768.tar.gz | |
optee-os-stm32: bump to 4.8.0
Bump optee-os-stm32 to upstream release 4.8.0.
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/20953
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/optee-os-stm32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/optee-os-stm32/Makefile b/package/boot/optee-os-stm32/Makefile index 563e6b18a6..03deb594c9 100644 --- a/package/boot/optee-os-stm32/Makefile +++ b/package/boot/optee-os-stm32/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=4.7.0 +PKG_VERSION:=4.8.0 PKG_RELEASE:=1 -PKG_HASH:=976b9c184678516038d4e79766608e81d10bf136f76fd0db2dc48f90f994fbd9 +PKG_HASH:=5222cd553f5edb69ae4ec7cb99b2bfec2c47a47c0be1865b49744701918e8b4d PKG_MAINTAINER:=Thomas Richard <thomas.richard@bootlin.com> OPTEE_USE_INTREE_DTC:=1 |