diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-12-27 14:38:46 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-02-17 19:22:39 +0100 |
commit | dc08514e6d76208e92431f836c6387d8d23eecd2 (patch) | |
tree | 16d7465ef0bd89d26d939a58089017205417c71d /package/boot/uboot-kirkwood/Makefile | |
parent | d42c9ce326aaf8eb0eeb0fd944eb5905cec4be4a (diff) | |
download | upstream-dc08514e6d76208e92431f836c6387d8d23eecd2.tar.gz upstream-dc08514e6d76208e92431f836c6387d8d23eecd2.tar.bz2 upstream-dc08514e6d76208e92431f836c6387d8d23eecd2.zip |
uboot-kirkwood: update to 2019.01
Update U-Boot to current 2019.01 release for kirkwood platform
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index e724bdf614..4ce1485a13 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=2018.03 +PKG_VERSION:=2019.01 PKG_RELEASE:=1 -PKG_HASH:=7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd +PKG_HASH:=50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |