copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)

SVN-Revision: 6463
This commit is contained in:
Felix Fietkau 2007-03-02 17:12:23 +00:00
parent d1944110c8
commit 983544f859

View File

@ -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))