Skip to content

Commit 3d9eefa

Browse files
authored
Merge pull request e-m-b-a#1561 from HoxhaEndri/master
remove hardcoded linux kernel version
2 parents fef7c3c + 5280b02 commit 3d9eefa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/L10_system_emulation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2623,7 +2623,7 @@ create_emulation_archive() {
26232623
sed -i 's/-serial\ file:.*\/l10_system_emulation\/qemu\.final\.serial\.log/-serial\ file:\.\/qemu\.serial\.log/g' "${lARCHIVE_PATH}"/run.sh
26242624
# fix the path for the kernel which is currently something like ./Linux-Kernel/vmlinux.mipsel.4
26252625
# and should be ./vmlinux.mipsel.4
2626-
local lL10_KERNEL_V_LONG_TMP="4.1.52"
2626+
local lL10_KERNEL_V_LONG_TMP="${L10_KERNEL_V_LONG}"
26272627
if [[ "${lARCH_END}" == *"x86el"* ]] && [[ "${L10_KERNEL_V_LONG}" == "4.1.52" ]]; then
26282628
# for x86el we currently have kernel issues
26292629
lL10_KERNEL_V_LONG_TMP="4.1.17"

0 commit comments

Comments
 (0)