include/image.mk: define variable FILESYSTEM
Set it to the filesystem which is build. mktplinkfw need to know which filesystem is used. FILESYSTEM can be squashfs, jffs2-64k, ... Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 44997
This commit is contained in:
parent
48c69e3022
commit
d973d160bf
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ define Device/Build/kernel
|
|||
endef
|
||||
|
||||
define Device/Build/image
|
||||
FILESYSTEM := $(1)
|
||||
$$(_TARGET): $(BIN_DIR)/$(call IMAGE_NAME,$(1),$(2))
|
||||
$(eval $(call Device/Export,$(KDIR)/$(KERNEL_IMAGE)))
|
||||
$(eval $(call Device/Export,$(KDIR)/$(KERNEL_INITRAMFS_IMAGE)))
|
||||
|
|
Loading…
Reference in a new issue