From: Felix Fietkau 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: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e8a0fd0161636c81c2c7fb53b7534d8350beb9a6 copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359) SVN-Revision: 6463 --- 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))