Browse Source

Fix bzImage copy with 2.6.24 kernels

SVN-Revision: 10574
Florian Fainelli 18 years ago
parent
commit
704d0016de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/rdc/image/Makefile

+ 1 - 1
target/linux/rdc/image/Makefile

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