Fix for menuconfig.

This commit is contained in:
CrazyCat
2023-10-23 22:47:40 +03:00
parent 420e143879
commit 5287ad1b58

View File

@@ -655,7 +655,7 @@ while (my ($key, $deps) = each %depend) {
print OUT "# Needed by ", join(', ', keys %$deps), "\n";
print OUT "config $key\n\ttristate\n";
print OUT "\tdefault ", qw(n m y)[$kernopts{$key}], "\n\n";
print OUT "\toption modules\n" if ($key eq "MODULES");
# print OUT "\toption modules\n" if ($key eq "MODULES");
}
close OUT;