From: Felix Fietkau Date: Thu, 11 Dec 2014 18:18:16 +0000 (+0000) Subject: mpc85xx: fix another typo in the image makefile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=1558a6bcbf00baffa911c6036a1188b628cdc5b7 mpc85xx: fix another typo in the image makefile Signed-off-by: Felix Fietkau SVN-Revision: 43625 --- diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index 7e7742d39e..0ec067e064 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -30,7 +30,7 @@ define Image/BuildKernel ) endef -define Image/BuildKernel +define Image/BuildKernel/Initramfs cp $(KDIR)/zImage-initramfs $(BIN_DIR)/$(IMG_PREFIX)-initramfs-zImage cp $(KDIR)/cuImage.tl-wdr4900-v1-initramfs $(BIN_DIR)/$(IMG_PREFIX)-tl-wdr4900-v1-initramfs.uImage endef