build-kernel: no need to build source and debug package

This commit is contained in:
Christian Poessinger 2019-01-26 21:40:03 +01:00
parent d85e0d72c9
commit 750f603f1f

View File

@ -20,7 +20,7 @@ ARCH=$(dpkg --print-architecture)
case "$ARCH" in
amd64)
make x86_64_vyos_defconfig
TARGETS="kernel_source kernel_debug kernel_headers kernel_image"
TARGETS="kernel_headers kernel_image"
# the following targets are not supported for Linux Kernels > 4.14 as
# they have been removed from the Makefile (commits 18afab8c1d3c2 &
# 22cba31bae9dc).