diff options
author | Marty Jones <mj8263788@gmail.com> | 2021-01-11 18:35:29 -0500 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-01-14 01:03:41 +0100 |
commit | d567a24200fcc08c251d4ff801accdb5bf6519a1 (patch) | |
tree | 6d1516b0246be86d5fb66109a641cb0243cb63f3 /package/boot/uboot-rockchip/Makefile | |
parent | 04f4ea59163b0a03e3697e00a2beae5f431d4b7c (diff) | |
download | upstream-d567a24200fcc08c251d4ff801accdb5bf6519a1.tar.gz upstream-d567a24200fcc08c251d4ff801accdb5bf6519a1.tar.bz2 upstream-d567a24200fcc08c251d4ff801accdb5bf6519a1.zip |
uboot-rockchip: update to v2021.01
Update the U-Boot to version v2021.01.
Run-tested: FriendlyARM NanoPi R2S
Radxa Rock Pi 4
Pine64 RockPro64
Signed-off-by: Marty Jones <mj8263788@gmail.com>
[format commit message]
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/boot/uboot-rockchip/Makefile')
-rw-r--r-- | package/boot/uboot-rockchip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 944c942efc..393e8c3a9f 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -5,10 +5,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2020.07 -PKG_RELEASE:=3 +PKG_VERSION:=2021.01 +PKG_RELEASE:=1 -PKG_HASH:=c1f5bf9ee6bb6e648edbf19ce2ca9452f614b08a9f886f1a566aa42e8cf05f6a +PKG_HASH:=b407e1510a74e863b8b5cb42a24625344f0e0c2fc7582d8c866bd899367d0454 PKG_MAINTAINER:=Tobias Maedel <openwrt@tbspace.de> |