diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2018-02-05 17:02:49 +0100 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2018-03-21 17:07:06 +0100 |
commit | 7e1e29de757b23de7befc54e2bfc01e60b903170 (patch) | |
tree | 1440e39f8d1127e0365c18dc3ab2c2c0306ffea8 /package/boot/uboot-sunxi/Makefile | |
parent | bfc6514e948cd357191c115ac4dac4fc11937ac4 (diff) | |
download | upstream-7e1e29de757b23de7befc54e2bfc01e60b903170.tar.gz upstream-7e1e29de757b23de7befc54e2bfc01e60b903170.tar.bz2 upstream-7e1e29de757b23de7befc54e2bfc01e60b903170.zip |
uboot-sunxi: bump again to 2017.11
Runtime-tested on:
- Pine64 (A64)
- Orange Pi 2 (H3)
- Bananapro (A20)
- Olimex A20-Micro (A20)
- Pcduino v3 (A20)
- Pcduino v2 (A10)
Compile-tested on:
- all A8/A7/A53 boards
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 9a783b8dc9..90cf102707 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2017.07 +PKG_VERSION:=2017.11 -PKG_HASH:=5374bfdc8acb9a38c025371b1ff20f45e7533668e84e685d0df5d9e7c0e4feff +PKG_HASH:=6a018fd3caf58f3dcfa23ee989a82bd35df03af71872b9dca8c6d758a0d26c05 PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> |