diff options
Diffstat (limited to 'scripts/build/kernel/linux.sh')
-rw-r--r-- | scripts/build/kernel/linux.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh index 0c8b199c..35f5deea 100644 --- a/scripts/build/kernel/linux.sh +++ b/scripts/build/kernel/linux.sh @@ -7,10 +7,6 @@ CT_DoKernelTupleValues() { : } -do_print_filename() { - echo "linux-${CT_KERNEL_VERSION}" -} - # Download the kernel do_kernel_get() { if [ "${CT_KERNEL_LINUX_USE_CUSTOM_DIR}" != "y" ]; then |