diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2016-12-27 16:00:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-27 16:00:41 +0100 |
commit | 187ad058ee1f21b1d78ff86fe2fc42459f10457b (patch) | |
tree | c34448b5d917975d8a6f6b5ccbbebe4f67443e9f /package/boot/uboot-sunxi/Makefile | |
parent | 5ecf7a9b2804ed5dc6fc0389c95656c6695568a0 (diff) | |
parent | 52b0b6ea7a440b4cf3c9eb33557be7ad63e23f77 (diff) | |
download | master-187ad058-master.tar.gz master-187ad058-master.tar.bz2 master-187ad058-master.zip |
sunxi: uboot-sunxi: update to 2016.11
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index eeb695d775..b899c02381 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=u-boot -PKG_VERSION:=2016.03 +PKG_VERSION:=2016.11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ http://mirror2.openwrt.org/sources \ ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=973c1d896be751321cc3aafa564f64b2 +PKG_MD5SUM:=ca1f6e019d08aff8d0ca1beb2e66737d PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -102,6 +102,10 @@ define uboot/orangepi_2 TITLE:=U-Boot for Orange Pi 2 (H3) endef +define uboot/Merrii_A80_Optimus + TITLE:=U-Boot for Merrii_A80_Optimus (A80) +endef + UBOOTS:= \ A10-OLinuXino-Lime \ A13-OLinuXino \ @@ -118,6 +122,7 @@ UBOOTS:= \ Linksprite_pcDuino \ Linksprite_pcDuino3 \ Lamobo_R1 \ + Merrii_A80_Optimus \ orangepi_plus \ orangepi_2 \ pangolin |