diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-19 12:53:52 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-13 17:35:14 +0100 |
commit | 4ed05b805b02bf827afae41d34fb52de12bd0be7 (patch) | |
tree | 07e770e637a2fc4d3a3aa3951163d0212c1aa2d3 /package/boot/uboot-sunxi/Makefile | |
parent | 900c6b1a42d0b7f7c4c2ed2497117c6ea0a01ce3 (diff) | |
download | upstream-4ed05b805b02bf827afae41d34fb52de12bd0be7.tar.gz upstream-4ed05b805b02bf827afae41d34fb52de12bd0be7.tar.bz2 upstream-4ed05b805b02bf827afae41d34fb52de12bd0be7.zip |
uboot-sunxi: Update to version 2018.11
This updates the uboot for the sunxi target to version 2018.11
The removed patches are applied upstream and not needed any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 1728cc2f1e..59aa4f0277 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:=2018.05 +PKG_VERSION:=2018.11 -PKG_HASH:=4da13c2a6139a78cc08608f21fd4741db27eda336cfad7ab8264fda923b9c048 +PKG_HASH:=737c93f2ea03fec669e840dbee32bcf6238e6924ff5f20e4f1c472ee24e5d37e PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> |