From 3020b57f5a54ef64a314965c1e35a3a7ff9c9174 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 29 Jan 2013 17:14:42 -0500 Subject: [PATCH] Installation of checkpatch.pl script --- stage2/pkg/kernel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage2/pkg/kernel b/stage2/pkg/kernel index 0c9ff30..621183c 100644 --- a/stage2/pkg/kernel +++ b/stage2/pkg/kernel @@ -11,6 +11,9 @@ hvbuild() apply_patches ${PACKAGE} /usr/src fi + # Install kernel checkpatch script + install /usr/src/${PACKAGE}/scripts/checkpatch.pl /usr/bin + # Copy kernel configuration file in source tree. cp -v ${SCRDIR}/../config/${KERNEL_CONFIG} /usr/src/${PACKAGE}/.config -- 2.20.1