diff options
author | Sandeep Sheriker M <sandeep.sheriker@microchip.com> | 2019-08-14 00:42:12 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 23:07:53 +0200 |
commit | 8309a3c8b1efb4b79efc539d9c6439cdee7f935d (patch) | |
tree | dd548b69ae031d5a04182c36e946b6aecf6950c1 /package/boot/uboot-at91 | |
parent | 51dcde7c9c44a36399a7e11396029e84ff2734a1 (diff) | |
download | upstream-8309a3c8b1efb4b79efc539d9c6439cdee7f935d.tar.gz upstream-8309a3c8b1efb4b79efc539d9c6439cdee7f935d.tar.bz2 upstream-8309a3c8b1efb4b79efc539d9c6439cdee7f935d.zip |
uboot-at91: bump linux4sam_5.8 to linux4sam_6.0
Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
Diffstat (limited to 'package/boot/uboot-at91')
-rw-r--r-- | package/boot/uboot-at91/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index a3262b5cd4..15a26be9da 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boot/uboot-at91/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=linux4sam_5.8 +PKG_VERSION:=linux4sam_6.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/linux4sam/u-boot-at91.git -PKG_SOURCE_VERSION:=59f202622154f82e708a6ca2bf86350a5c1b2d33 +PKG_SOURCE_VERSION:=1e7d2e5973c1fb780e55e28a801c6c574158ac14 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |