Adding .24 support for olpc
[openwrt-10.03/.git] / target / linux / olpc / image / Makefile
index a245d72cf1075cd0a5ff00a40ab2ed9c5dc74b25..23aee45c80752f6e153614e9193a14e0a75a700a 100644 (file)
@@ -39,7 +39,7 @@ ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y)
 endif
 
 define Image/Prepare
-       cp $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage
+       cp $(LINUX_DIR)/arch/*86/boot/bzImage $(KDIR)/bzImage
        $(call Image/Prepare/bootscript)
 endef