copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)
SVN-Revision: 6463
This commit is contained in:
parent
d1944110c8
commit
983544f859
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue