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 <luxflow@live.com> SVN-Revision: 48116
This commit is contained in:
parent
e85230ce2e
commit
c9f75a77ed
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ define Device/ExportVar
|
||||||
|
|
||||||
endef
|
endef
|
||||||
define Device/Export
|
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)
|
$(1) : FILESYSTEM:=$(2)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue