Fix bzImage copy with 2.6.24 kernels

SVN-Revision: 10574
master
Florian Fainelli 17 years ago
parent fef15a956c
commit 704d0016de
  1. 2
      target/linux/rdc/image/Makefile

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
define Image/Prepare
$(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage
$(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage
endef
define trxalign/jffs2-128k

Loading…
Cancel
Save