aboutsummaryrefslogtreecommitdiffstats
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
commit6d4c68d262595377511bd91c4b543087245af5e8 (patch)
tree4eda723c8ea49f8ad2bc477f750d0aae741dbec5 /target/linux/mpc85xx
parentbeafe81931d2cb5021763c499c4ee390d9fb7d71 (diff)
downloadmaster-187ad058-6d4c68d262595377511bd91c4b543087245af5e8.tar.gz
master-187ad058-6d4c68d262595377511bd91c4b543087245af5e8.tar.bz2
master-187ad058-6d4c68d262595377511bd91c4b543087245af5e8.zip
mpc85xx: fix another typo in the image makefile
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43625 3c298f89-4303-0410-b956-a3cf2f4a3e73
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