mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
Fix for menuconfig.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user