From: nbd Date: Thu, 11 Dec 2014 18:18:16 +0000 (+0000) Subject: mpc85xx: fix another typo in the image makefile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d34a5fac066ec89896d814a15209cc36deb5783c;p=openwrt.git mpc85xx: fix another typo in the image makefile Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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