Date:2010-06-24 04:05:44 (13 years 6 months ago)
Author:Xiangfu Liu
Commit:b862fca1230f34a147a62545a38d7e44f73e7a3c
Message: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>
Files: package/uboot-xburst/Makefile (1 diff)
target/linux/xburst/Makefile (1 diff)

Change Details

package/uboot-xburst/Makefile
8888define Package/uboot/install/template
8989define Package/uboot-xburst-$(1)/install
9090    $(INSTALL_DIR) $$(1)
91    $(CP) $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/$(2).bin
92    $(CP) $(PKG_BUILD_DIR)/u-boot.bin $(BIN_DIR)/$(2)-for-xbboot.bin
91    $(CP) $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/$(2)
9392endef
9493endef
9594
9695$(foreach u,$(UBOOTS), \
97    $(eval $(call Package/uboot/install/template,$(u),openwrt-$(BOARD)-$(u)-u-boot)) \
96    $(eval $(call Package/uboot/install/template,$(u),openwrt-$(BOARD)-$(u)-u-boot.bin)) \
9897)
9998
10099$(foreach u,$(UBOOTS), \
target/linux/xburst/Makefile
1818
1919include $(INCLUDE_DIR)/target.mk
2020
21KERNELNAME:=uImage zImage
21KERNELNAME:=uImage
2222
2323define Target/Description
2424    Build firmware images for XBurst JZ47x0 based boards.

Archive Download the corresponding diff file



interactive