From: florian Date: Wed, 30 May 2007 10:29:50 +0000 (+0000) Subject: Call the Initramfs template if existing X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/40f29a7cd3dd8d5a541494e5f0f1a4e6bc102e01 Call the Initramfs template if existing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7394 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/image.mk b/include/image.mk index f814f61d7..815f01ba0 100644 --- a/include/image.mk +++ b/include/image.mk @@ -65,6 +65,7 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) else define Image/BuildKernel cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux.elf + $(call Image/Build/Initramfs) endef endif