diff options
| author | Tianling Shen | 2025-09-01 08:22:04 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-03 19:13:52 +0000 |
| commit | 8056b1396543d7d855d3f5173e81bf673f2fc7dd (patch) | |
| tree | dbc73fc3e1d5f5af0641d63bc7294d64428724a2 | |
| parent | b21702805fb8c2b58579e50d825c5d8694566d38 (diff) | |
| download | openwrt-8056b1396543d7d855d3f5173e81bf673f2fc7dd.tar.gz | |
uboot-rockchip: Update to 2025.07
Update to 2025.07.
Tested-by: FUKAUMI Naoki <naoki@radxa.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/19923
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-rockchip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index c9cc90832e..68a4c5d3c3 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2025.04 +PKG_VERSION:=2025.07 PKG_RELEASE:=1 -PKG_HASH:=439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718 +PKG_HASH:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7 PKG_MAINTAINER:=Sarah Maedel <openwrt@tbspace.de> |