Change Details
| package/uboot-xburst/Makefile |
| 88 | 88 | define Package/uboot/install/template |
| 89 | 89 | define Package/uboot-xburst-$(1)/install |
| 90 | 90 | $(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) |
| 93 | 92 | endef |
| 94 | 93 | endef |
| 95 | 94 | |
| 96 | 95 | $(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)) \ |
| 98 | 97 | ) |
| 99 | 98 | |
| 100 | 99 | $(foreach u,$(UBOOTS), \ |
| target/linux/xburst/Makefile |
| 18 | 18 | |
| 19 | 19 | include $(INCLUDE_DIR)/target.mk |
| 20 | 20 | |
| 21 | | KERNELNAME:=uImage zImage |
| 21 | KERNELNAME:=uImage |
| 22 | 22 | |
| 23 | 23 | define Target/Description |
| 24 | 24 | Build firmware images for XBurst JZ47x0 based boards. |
Download the corresponding diff file