summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-09-19 16:58:55 -0300
committerRenato Botelho <renato@netgate.com>2017-09-19 16:58:59 -0300
commitfd349773a20b5bea17a47d4b088cbd3c9bad6c3d (patch)
treea486ee75a282ad863ea538adaad3dad4d14424b3 /tools
parentb2c926239223ed959a800ddf0c799e7650696d2e (diff)
downloadpfsense-fd349773a20b5bea17a47d4b088cbd3c9bad6c3d.zip
pfsense-fd349773a20b5bea17a47d4b088cbd3c9bad6c3d.tar.gz
Include boot/modules and also kernel.debug in kernel-debug package
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index de16986..d238d1d 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -164,7 +164,7 @@ build_all_kernels() {
echo ">>> Creating pkg of $KERNEL_NAME-debug kernel to staging area..." | tee -a ${LOGFILE}
core_pkg_create kernel-debug ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} \
- "./usr/lib/debug/boot/kernel" \*.ko.debug
+ "./usr/lib/debug/boot" \*.debug
rm -rf ${KERNEL_DESTDIR}/usr
echo ">>> Creating pkg of $KERNEL_NAME kernel to staging area..." | tee -a ${LOGFILE}
OpenPOWER on IntegriCloud