From: Florian Fainelli Date: Wed, 30 May 2007 10:29:50 +0000 (+0000) Subject: Call the Initramfs template if existing X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=669ad11d65f672254b6d2748fbcc25d5025ff5fa 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