diff options
author | Vladimir Vid <vladimir.vid@sartura.hr> | 2019-05-13 14:24:04 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-28 21:43:27 +0200 |
commit | 026714613df7cf8ab29b74737dd123511f92fc0d (patch) | |
tree | ba0cb0050474ab4a3d7dc6855dc013c5779e6969 /package/boot/uboot-mvebu | |
parent | 1cd46d2e4ff20c0643e95740a0f42ed643358cc2 (diff) | |
download | upstream-026714613df7cf8ab29b74737dd123511f92fc0d.tar.gz upstream-026714613df7cf8ab29b74737dd123511f92fc0d.tar.bz2 upstream-026714613df7cf8ab29b74737dd123511f92fc0d.zip |
u-boot-mvebu: bump to 2019.04
Some devices and packages require newer version of u-boot to work
properly, update u-boot to keep up with 4.19 kernel.
Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
[re-added missing commit message]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/boot/uboot-mvebu')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index c24bfe3ff0..07f2508957 100644 --- a/package/boot/uboot-mvebu/Makefile +++ b/package/boot/uboot-mvebu/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2018.03 +PKG_VERSION:=2019.04 PKG_RELEASE:=1 -PKG_HASH:=7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd +PKG_HASH:=76b7772d156b3ddd7644c8a1736081e55b78828537ff714065d21dbade229bef include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |