metadata.pl: don't emit LINUX_2_6 selects anymore
SVN-Revision: 23375
This commit is contained in:
parent
e3b3338f09
commit
80a79d3910
1 changed files with 0 additions and 3 deletions
|
@ -196,9 +196,7 @@ sub print_target($) {
|
||||||
my $target = shift;
|
my $target = shift;
|
||||||
my $features = target_config_features(@{$target->{features}});
|
my $features = target_config_features(@{$target->{features}});
|
||||||
my $help = $target->{desc};
|
my $help = $target->{desc};
|
||||||
my $kernel = $target->{kernel};
|
|
||||||
my $confstr;
|
my $confstr;
|
||||||
$kernel =~ tr/./_/;
|
|
||||||
|
|
||||||
chomp $features;
|
chomp $features;
|
||||||
$features .= "\n";
|
$features .= "\n";
|
||||||
|
@ -214,7 +212,6 @@ sub print_target($) {
|
||||||
$confstr = <<EOF;
|
$confstr = <<EOF;
|
||||||
config TARGET_$target->{conf}
|
config TARGET_$target->{conf}
|
||||||
bool "$target->{name}"
|
bool "$target->{name}"
|
||||||
select LINUX_$kernel
|
|
||||||
select LINUX_$v
|
select LINUX_$v
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue