Author: nbd Date: 2016-01-04 16:11:37 +0100 (Mon, 04 Jan 2016) New Revision: 48116
Modified: trunk/include/image.mk Log: export KERNEL_INITRAMFS_IMAGE `Build/ubnt-erx-factory-kernel` in `target\linux\ramips\image\Makefile` references `$(KERNEL_INITRAMFS_IMAGE)` which is not exported Signed-off-by: YounJae Rho <[email protected]> Modified: trunk/include/image.mk =================================================================== --- trunk/include/image.mk 2016-01-04 14:21:24 UTC (rev 48115) +++ trunk/include/image.mk 2016-01-04 15:11:37 UTC (rev 48116) @@ -454,7 +454,7 @@ endef define Device/Export - $(foreach var,$(DEVICE_VARS) DEVICE_NAME KERNEL KERNEL_INITRAMFS,$(call Device/ExportVar,$(1),$(var))) + $(foreach var,$(DEVICE_VARS) DEVICE_NAME KERNEL KERNEL_INITRAMFS KERNEL_INITRAMFS_IMAGE,$(call Device/ExportVar,$(1),$(var))) $(1) : FILESYSTEM:=$(2) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
