mpc85xx: fix another typo in the image makefile
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43625
This commit is contained in:
parent
5c89c4a5de
commit
1558a6bcbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue