From: Florian Fainelli Date: Wed, 30 May 2007 10:29:50 +0000 (+0000) Subject: Call the Initramfs template if existing X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=22a6072cd4b972607076cdb6de88a8b3ebfd0d9c;p=librecmc%2Flibrecmc.git Call the Initramfs template if existing SVN-Revision: 7394 --- diff --git a/include/image.mk b/include/image.mk index f814f61d77..815f01ba02 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