1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-17 16:44:43 +02:00

remove uboot-for-xbboot.bin and zimage.bin, for now we don't need those file for end user.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-06-24 10:05:44 +08:00
parent 1f8cf8c934
commit b862fca123
2 changed files with 3 additions and 4 deletions

View File

@ -88,13 +88,12 @@ endef
define Package/uboot/install/template define Package/uboot/install/template
define Package/uboot-xburst-$(1)/install define Package/uboot-xburst-$(1)/install
$(INSTALL_DIR) $$(1) $(INSTALL_DIR) $$(1)
$(CP) $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/$(2).bin $(CP) $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/$(2)
$(CP) $(PKG_BUILD_DIR)/u-boot.bin $(BIN_DIR)/$(2)-for-xbboot.bin
endef endef
endef endef
$(foreach u,$(UBOOTS), \ $(foreach u,$(UBOOTS), \
$(eval $(call Package/uboot/install/template,$(u),openwrt-$(BOARD)-$(u)-u-boot)) \ $(eval $(call Package/uboot/install/template,$(u),openwrt-$(BOARD)-$(u)-u-boot.bin)) \
) )
$(foreach u,$(UBOOTS), \ $(foreach u,$(UBOOTS), \

View File

@ -18,7 +18,7 @@ DEVICE_TYPE=other
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
KERNELNAME:=uImage zImage KERNELNAME:=uImage
define Target/Description define Target/Description
Build firmware images for XBurst JZ47x0 based boards. Build firmware images for XBurst JZ47x0 based boards.