diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-02-04 15:27:51 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-02-24 19:05:28 +0100 |
commit | 3ed992a99630457f660761ce199e3d2a00f06168 (patch) | |
tree | 96f5d99ee09066bf57ca64989eb369cdbb8d18d7 /package/boot/uboot-at91/Makefile | |
parent | bf13b2da2a2336662ac9a7a9952add19557ef935 (diff) | |
download | upstream-3ed992a99630457f660761ce199e3d2a00f06168.tar.gz upstream-3ed992a99630457f660761ce199e3d2a00f06168.tar.bz2 upstream-3ed992a99630457f660761ce199e3d2a00f06168.zip |
uboot-at91: update to linux4sam-2021.10
Update uboot-at91 to linux4sam-2021.10 version.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'package/boot/uboot-at91/Makefile')
-rw-r--r-- | package/boot/uboot-at91/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index ad65247e3e..7052329ecd 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boot/uboot-at91/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=linux4sam-2020.04 +PKG_VERSION:=linux4sam-2021.10 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/linux4sam/u-boot-at91.git -PKG_MIRROR_HASH:=4f106d215c01c4d024c4612bbd3ef189188d19abc1ab2cc316b257d308534feb -PKG_SOURCE_VERSION:=0e1d1b6efb7f8e27c372279a906fcd2524df09da +PKG_MIRROR_HASH:=f1190062f2012b182b45b78263a4cce4ada9b7b8d6f5a66d68fa51437105fc8c +PKG_SOURCE_VERSION:=39854ce82232cdc05c20158d0439bdbc40991e4a include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |