summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-11 18:18:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-11 18:18:16 +0000
commit1558a6bcbf00baffa911c6036a1188b628cdc5b7 (patch)
tree3b5899fc97285d8724d78591e827a1c55153dff4 /target/linux/mpc85xx
parent5c89c4a5deb1331716e6edb54d38b22fa39e43ce (diff)
downloadmaster-31e0f0ae-1558a6bcbf00baffa911c6036a1188b628cdc5b7.tar.gz
master-31e0f0ae-1558a6bcbf00baffa911c6036a1188b628cdc5b7.tar.bz2
master-31e0f0ae-1558a6bcbf00baffa911c6036a1188b628cdc5b7.zip
mpc85xx: fix another typo in the image makefile
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43625
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r--target/linux/mpc85xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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