X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fboot%2Fuboot-layerscape-32b%2FMakefile;h=c4e6213ac7cfa4f7924068a5f88afc0e2ca6f49a;hp=d6a6d2654a858d372d7ee29253308590f020567c;hb=15a14cf1665ef3d8b5c77cce69b52d131340e3b3;hpb=c6c731fe311f7da42777ffd31804a4f6aa3f8e19 diff --git a/package/boot/uboot-layerscape-32b/Makefile b/package/boot/uboot-layerscape-32b/Makefile index d6a6d2654a..c4e6213ac7 100644 --- a/package/boot/uboot-layerscape-32b/Makefile +++ b/package/boot/uboot-layerscape-32b/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/fsl-jyt/uboot-ls-32b.git -PKG_SOURCE_VERSION:=4fbf7e76eb7671d9822d0310319f6ad70d324547 +PKG_SOURCE_VERSION:=719f8b606334bc73367f78c204dce69786963b65 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -35,8 +35,14 @@ define uboot/ls1043ardb CONFIG=ls1043ardb-uboot.bin endef +define uboot/ls1012ardb + TITLE:=U-Boot binary $(PKG_NAME)-$(PKG_VERSION) for NXP ls1012ardb 32b Dev Board + CONFIG=ls1012ardb-uboot.bin.swap +endef + UBOOTS := \ - ls1043ardb + ls1043ardb \ + ls1012ardb define Package/uboot/template define Package/uboot-layerscape-32b-$(1)