Author: nbd Date: 2015-03-30 15:03:58 +0200 (Mon, 30 Mar 2015) New Revision: 45156
Modified: trunk/include/image.mk Log: image.mk: fix initramfs kernel build instructions leaking across device sections Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/image.mk =================================================================== --- trunk/include/image.mk 2015-03-30 12:47:51 UTC (rev 45155) +++ trunk/include/image.mk 2015-03-30 13:03:58 UTC (rev 45156) @@ -353,7 +353,7 @@ $(1) : $(2):=$$($(2)) endef -Device/Export = $(foreach var,$(DEVICE_VARS) KERNEL,$(call Device/ExportVar,$(1),$(var))) +Device/Export = $(foreach var,$(DEVICE_VARS) KERNEL KERNEL_INITRAMFS,$(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
