diff options
-rw-r--r-- | mdk-stage1/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index bdbbeff16..b2799dec1 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -90,7 +90,7 @@ int insmod_local_file(char * path, char * options) static char *kernel_module_extension(void) { - return ".ko.gz"; + return ".ko.xz"; } |