From: nbd Date: Fri, 2 Mar 2007 17:12:23 +0000 (+0000) Subject: copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=6f956457868896c619b1b2e789a3d7c67743e30f copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6463 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/x86-2.6/image/Makefile b/target/linux/x86-2.6/image/Makefile index e59446472e..9c26d6851c 100644 --- a/target/linux/x86-2.6/image/Makefile +++ b/target/linux/x86-2.6/image/Makefile @@ -75,6 +75,10 @@ define Image/Build/squashfs $(call prepare_generic_squashfs,$(KDIR)/root.squashfs) endef +define Image/BuildKernel + $(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz +endef + define Image/Build $(call Image/Build/$(1)) $(call Image/Build/grub,$(1))