Skip to content

Commit

Permalink
Merge pull request #776 from sever-sever/T861
Browse files Browse the repository at this point in the history
T861: Fix kernel suffix for package build by actions
  • Loading branch information
c-po authored Oct 1, 2024
2 parents a0deb45 + db70544 commit 7670c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-build/linux-kernel/build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "I: Copy Kernel config (x86_64_vyos_defconfig) to Kernel Source"
cp -rv ${CWD}/arch/ .

KERNEL_VERSION=$(make kernelversion)
KERNEL_SUFFIX=-$(awk -F "= " '/kernel_flavor/ {print $2}' ../../../data/defaults.toml | tr -d \")
KERNEL_SUFFIX=-$(awk -F "= " '/kernel_flavor/ {print $2}' ../../../../data/defaults.toml | tr -d \")
KERNEL_CONFIG=arch/x86/configs/vyos_defconfig

# VyOS requires some small Kernel Patches - apply them here
Expand Down

0 comments on commit 7670c25

Please sign in to comment.