diff options
| author | Thomas Richard | 2025-04-28 12:50:00 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-05-03 18:01:43 +0000 |
| commit | 802828a3947bcf98f37b6e100d6e42a5538b3582 (patch) | |
| tree | 7242c4a3d560202eb27f0187c67b6e2de414a415 | |
| parent | 09889831d4a71ce55e442c55f75405dc09c8cb7b (diff) | |
| download | openwrt-802828a3947bcf98f37b6e100d6e42a5538b3582.tar.gz | |
optee-os-stm32: bump to 4.6.0
Bump optee-os-stm32 to upstream release 4.6.0.
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/18628
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 c9994f790f..cfe1ac15f2 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.4.0 +PKG_VERSION:=4.6.0 PKG_RELEASE:=1 -PKG_HASH:=b13c65ff2abcd21a9200cb0131f34d61bde7c31eb0427fa761d27c3b87c7fec8 +PKG_HASH:=0c947c6972bf50c483cb993af01041d4094b1e03711c7246cdde6ba2ffc351fe PKG_MAINTAINER:=Thomas Richard <thomas.richard@bootlin.com> OPTEE_USE_INTREE_DTC:=1 |