diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile index f82e06d77..8dd419ec5 100644 --- a/target/linux/xburst/image/Makefile +++ b/target/linux/xburst/image/Makefile @@ -20,7 +20,7 @@ ifneq ($(CONFIG_XBURST_UBOOT),) endif define Image/BuildKernel - cp $(KDIR)/linux-$(LINUX_VERSION)/arch/mips/boot/uImage $(BIN_DIR)/openwrt-$(BOARD)-uImage + cp $(KDIR)/linux-$(LINUX_VERSION)/arch/mips/boot/uImage $(BIN_DIR)/openwrt-$(BOARD)-uImage.bin endef define Image/Build/squashfs diff --git a/target/linux/xburst/image/u-boot/Makefile b/target/linux/xburst/image/u-boot/Makefile index be565146d..d83cdd38f 100644 --- a/target/linux/xburst/image/u-boot/Makefile +++ b/target/linux/xburst/image/u-boot/Makefile @@ -31,7 +31,7 @@ endef define Build/InstallDev mkdir -p $(BIN_DIR) - cp $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/openwrt-$(BOARD)-u-boot-$(UBOOT_CONFIG).bin + cp $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/openwrt-$(BOARD)-u-boot.bin endef $(eval $(call Build/DefaultTargets))