projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
InstallDev: Move the "find" out of the lock critical section.
[openwrt.git]
/
scripts
/
metadata.pl
diff --git
a/scripts/metadata.pl
b/scripts/metadata.pl
index
45d202e
..
e86178d
100755
(executable)
--- a/
scripts/metadata.pl
+++ b/
scripts/metadata.pl
@@
-196,9
+196,7
@@
sub print_target($) {
my $target = shift;
my $features = target_config_features(@{$target->{features}});
my $help = $target->{desc};
my $target = shift;
my $features = target_config_features(@{$target->{features}});
my $help = $target->{desc};
- my $kernel = $target->{kernel};
my $confstr;
my $confstr;
- $kernel =~ tr/./_/;
chomp $features;
$features .= "\n";
chomp $features;
$features .= "\n";
@@
-214,7
+212,6
@@
sub print_target($) {
$confstr = <<EOF;
config TARGET_$target->{conf}
bool "$target->{name}"
$confstr = <<EOF;
config TARGET_$target->{conf}
bool "$target->{name}"
- select LINUX_$kernel
select LINUX_$v
EOF
}
select LINUX_$v
EOF
}
This page took
0.02376 seconds
and
4
git commands to generate.