diff options
| author | Tianling Shen | 2024-07-03 10:41:10 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-07-04 19:21:36 +0000 |
| commit | 18f04617f41f57199c6064dcb2a4ccd5c3a7816d (patch) | |
| tree | 910c82f3aa3654e4efadf1f600bf737fa14e2d83 | |
| parent | cdfd0b74a2421e0ae0389a86ec33fc6ebd03f329 (diff) | |
| download | openwrt-18f04617f41f57199c6064dcb2a4ccd5c3a7816d.tar.gz | |
uboot-rockchip: Update to 2024.07
Re-enable FIT signature verification since we switched to use hyphen
for node name separators in commit 2b133ab19cd5 ("scripts: use sep-char for hash nodes").
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
| -rw-r--r-- | package/boot/uboot-rockchip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 7cc22cce0f..48d72ca55c 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:=2024.04 +PKG_VERSION:=2024.07 PKG_RELEASE:=1 -PKG_HASH:=18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a +PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f PKG_MAINTAINER:=Tobias Maedel <openwrt@tbspace.de> @@ -201,7 +201,6 @@ UBOOT_TARGETS := \ UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes UBOOT_CUSTOMIZE_CONFIG := \ - --disable SPL_FIT_SIGNATURE \ --disable TOOLS_MKEFICAPSULE \ --set-str MKIMAGE_DTC_PATH $(PKG_BUILD_DIR)/scripts/dtc/dtc |