1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 13:51:32 +02:00

change-u-boot-to-download-from-git-and-small-patch.patch

This commit is contained in:
Xiangfu Liu 2009-07-25 11:26:13 +08:00 committed by Xiangfu Liu
parent 23a1cd927c
commit 6633201340
2 changed files with 10 additions and 55018 deletions

View File

@ -9,14 +9,15 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=u-boot
PKG_VERSION:=2009.06
PKG_VERSION:=20090707
PKG_REV:=59869ca72df8bc4e4ffa9dd17cb6673bbe010272
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot
PKG_MD5SUM:=
PKG_CAT:=bzcat
PKG_SOURCE_URL:=git://git.denx.de/u-boot.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
include $(INCLUDE_DIR)/package.mk