diff --git a/package/uboot-xburst/Makefile b/package/uboot-xburst/Makefile index 71916de2e..e16a59417 100644 --- a/package/uboot-xburst/Makefile +++ b/package/uboot-xburst/Makefile @@ -88,13 +88,12 @@ endef define Package/uboot/install/template define Package/uboot-xburst-$(1)/install $(INSTALL_DIR) $$(1) - $(CP) $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/$(2).bin - $(CP) $(PKG_BUILD_DIR)/u-boot.bin $(BIN_DIR)/$(2)-for-xbboot.bin + $(CP) $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/$(2) endef endef $(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), \ diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 6b1843c1f..4614eca94 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -18,7 +18,7 @@ DEVICE_TYPE=other include $(INCLUDE_DIR)/target.mk -KERNELNAME:=uImage zImage +KERNELNAME:=uImage define Target/Description Build firmware images for XBurst JZ47x0 based boards.