diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-11 18:18:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-11 18:18:16 +0000 |
commit | 1558a6bcbf00baffa911c6036a1188b628cdc5b7 (patch) | |
tree | 3b5899fc97285d8724d78591e827a1c55153dff4 /target/linux/mpc85xx/image/Makefile | |
parent | 5c89c4a5deb1331716e6edb54d38b22fa39e43ce (diff) | |
download | upstream-1558a6bcbf00baffa911c6036a1188b628cdc5b7.tar.gz upstream-1558a6bcbf00baffa911c6036a1188b628cdc5b7.tar.bz2 upstream-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/image/Makefile')
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 2 |
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 |