Call the Initramfs template if existing

SVN-Revision: 7394
lede-17.01
Florian Fainelli 2007-05-30 10:29:50 +00:00
parent e05e46b35b
commit 22a6072cd4
1 changed files with 1 additions and 0 deletions

View File

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