summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kernel-check.py')
-rwxr-xr-xkernel-check.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel-check.py b/kernel-check.py
index a6d6051..ffa8a53 100755
--- a/kernel-check.py
+++ b/kernel-check.py
@@ -61,10 +61,7 @@ def main(argv):
(kernel.version, kernel.revision))))
info('Kernel source : %s' % color('GOOD', kernel.source))
-
- genpatches = lib.parse_genpatch_list(lib.PORTDIR)
-
- kernel.genpatch = lib.get_genpatch(genpatches, kernel)
+ kernel.genpatch = lib.get_genpatch(lib.PORTDIR, kernel)
if kernel.genpatch is not None:
info('Gen(too)patch : %s' % color('GOOD', '%s %s' %