From fa6d92f407d3fd4b942276da79f518296ad46046 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 3 Apr 2015 15:22:26 +0000 Subject: [PATCH] image.mk: export the FILESYSTEM variable to build commands Signed-off-by: Felix Fietkau SVN-Revision: 45251 --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/image.mk b/include/image.mk index 8d201447fc..3ff8768a6a 100644 --- a/include/image.mk +++ b/include/image.mk @@ -353,7 +353,7 @@ define Device/ExportVar $(1) : $(2):=$$($(2)) endef -Device/Export = $(foreach var,$(DEVICE_VARS) KERNEL KERNEL_INITRAMFS,$(call Device/ExportVar,$(1),$(var))) +Device/Export = $(foreach var,$(DEVICE_VARS) KERNEL KERNEL_INITRAMFS FILESYSTEM,$(call Device/ExportVar,$(1),$(var))) define Device/Check _TARGET = $$(if $$(filter $(PROFILE),$$(PROFILES)),install,install-disabled) -- 2.30.2