فهرست منبع

Call the Initramfs template if existing

SVN-Revision: 7394
Florian Fainelli 18 سال پیش
والد
کامیت
22a6072cd4
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      include/image.mk

+ 1 - 0
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