X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/59824b52f74707baccec89440794162175083ee6..f2a91858ac9fb6fcb23aa6625973a37af464888f:/target/linux/olpc/image/Makefile diff --git a/target/linux/olpc/image/Makefile b/target/linux/olpc/image/Makefile index a245d72cf..23aee45c8 100644 --- a/target/linux/olpc/image/Makefile +++ b/target/linux/olpc/image/Makefile @@ -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