mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-27 13:12:24 +02:00
change the u-boot and kernel image name
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
This commit is contained in:
parent
bb05897208
commit
f4db617ed0
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user