X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fboot%2Fuboot-imx6%2FMakefile;h=21c7b09718b76bca05cae653beb99a122709498f;hp=16465c78e2df8aeaeabe328175291a95b36963d8;hb=e29acfd8e91be431c183d87624af842f78506392;hpb=cdd6361649ea85092d4bd2acd6405203d0d9a0ae diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 16465c78e2..21c7b09718 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package/boot/uboot-imx6/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u-boot -PKG_VERSION:=2013.04 +PKG_VERSION:=2013.07 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=21bf962d69938ed4ed783b792b2b074e +PKG_MD5SUM:=8445162690052e6afd4b8f87af2bb557 include $(INCLUDE_DIR)/package.mk @@ -32,9 +32,14 @@ define uboot/wandboard_dl TITLE:=U-Boot for the Wandboard Dual Lite endef +define uboot/wandboard_quad + TITLE:=U-Boot for the Wandboard Quad +endef + UBOOTS := \ wandboard_solo \ - wandboard_dl + wandboard_dl \ + wandboard_quad define Package/uboot/template define Package/uboot-imx6-$(1)