Browse Source

Fixed mkimage u-boot to pull u-boot-librecmc version.

risci_atom 9 years ago
parent
commit
7a0b99bfe7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/mkimage/Makefile

+ 2 - 2
tools/mkimage/Makefile

@@ -7,13 +7,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mkimage
-PKG_VERSION:=2014.10
+PKG_VERSION:=2014.10-librecmc
 
 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=\
 	http://mirror2.openwrt.org/sources \
 	ftp://ftp.denx.de/pub/u-boot
-PKG_MD5SUM:=3ddcaee2f05b7c464778112ec83664b5
+PKG_MD5SUM:=a4d242902687a4ee46fe8dabb5c0f12e
 PKG_CAT:=bzcat
 
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)