Author: nbd Date: 2015-04-03 17:22:26 +0200 (Fri, 03 Apr 2015) New Revision: 45251
Modified: trunk/include/image.mk Log: image.mk: export the FILESYSTEM variable to build commands Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/image.mk =================================================================== --- trunk/include/image.mk 2015-04-03 00:07:43 UTC (rev 45250) +++ trunk/include/image.mk 2015-04-03 15:22:26 UTC (rev 45251) @@ -353,7 +353,7 @@ $(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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
