X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fboot%2Fuboot-layerscape%2FMakefile;h=17fd7f97b06270b122ab5497951ed3d894df4b25;hb=d5fc7430ca293213dd4f1de7f52446c17d4def6a;hp=dd9ade61c1eb650ee3feb752886559641d3e0d7f;hpb=b0ac825884e7bfe3f68385109df3234e37022c71;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile index dd9ade61c1..17fd7f97b0 100644 --- a/package/boot/uboot-layerscape/Makefile +++ b/package/boot/uboot-layerscape/Makefile @@ -8,14 +8,17 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -PKG_NAME:=fsl-sdk -PKG_VERSION:=v2.0 +PKG_NAME:=uboot-layerscape +PKG_VERSION:=v1.0 +PKG_RELEASE:=1 + +PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:= \ - http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/snapshot -PKG_MD5SUM:=14f7ccc757bfa71c9b7fd68d24051231 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_URL:=https://github.com/fsl-jyt/u-boot.git +PKG_SOURCE_VERSION:=aefcbf4c2bb36e1f0ead61181e5fe1119b5683ad -PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot_$(PKG_NAME)-$(PKG_VERSION)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=Licenses/README