From f4db617ed0f29d8cb85d6d6101739682a79fe904 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Fri, 21 Aug 2009 01:23:30 +0800 Subject: [PATCH] change the u-boot and kernel image name Signed-off-by: Xiangfu Liu --- target/linux/xburst/image/Makefile | 2 +- target/linux/xburst/image/u-boot/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))