mirror of https://github.com/armbian/build.git
artifact-kernel: include LINUXCONFIG and ARMBIAN_KERNEL_DEB_NAME in artifact_input_variables
This commit is contained in:
parent
db00f0ddf4
commit
f236d317a3
|
|
@ -10,6 +10,8 @@
|
|||
function artifact_kernel_config_dump() {
|
||||
# BOARD is NOT included. See explanation below.
|
||||
artifact_input_variables[LINUXFAMILY]="${LINUXFAMILY}"
|
||||
artifact_input_variables[LINUXCONFIG]="${LINUXCONFIG}"
|
||||
artifact_input_variables[ARMBIAN_KERNEL_DEB_NAME]="${LINUXFAMILY}-${BRANCH}"
|
||||
artifact_input_variables[BRANCH]="${BRANCH}"
|
||||
artifact_input_variables[KERNEL_MAJOR_MINOR]="${KERNEL_MAJOR_MINOR}"
|
||||
artifact_input_variables[KERNELSOURCE]="${KERNELSOURCE}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue