diff options
author | Josua Mayer <josua.mayer97@gmail.com> | 2017-04-23 18:19:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-30 14:00:30 +0200 |
commit | 86c4144571220cde91f8b1c3d07f03190e4560dd (patch) | |
tree | a320371ac63fd8f5505761c1ca6e2313b455713b /package/boot/uboot-mvebu/Makefile | |
parent | e783f588eba1ef56365f1293e01509140b115f7a (diff) | |
download | upstream-86c4144571220cde91f8b1c3d07f03190e4560dd.tar.gz upstream-86c4144571220cde91f8b1c3d07f03190e4560dd.tar.bz2 upstream-86c4144571220cde91f8b1c3d07f03190e4560dd.zip |
u-boot-mvebu: update to 2017.03
Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
Diffstat (limited to 'package/boot/uboot-mvebu/Makefile')
-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 a20c4b4f2d..2c280faa21 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:=2016.03 +PKG_VERSION:=2017.03 PKG_RELEASE:=1 -PKG_HASH:=e49337262ecac44dbdeac140f2c6ebd1eba345e0162b0464172e7f05583ed7bb +PKG_HASH:=f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |