Searched refs:confstr (Results 1 - 2 of 2) sorted by relevance

/openwrt/scripts/
H A Dmetadata.pl176 my $confstr;
189 $confstr = <<EOF;
196 $confstr = <<EOF;
202 $confstr .= "\tdepends on TARGET_$target->{boardconf}\n";
205 $confstr .= "\tselect HAS_SUBTARGETS\n";
206 grep { /broken/ } @{$target->{features}} and $confstr .= "\tdepends on BROKEN\n";
208 $confstr .= $features;
210 $confstr .= "\tselect $target->{arch}\n";
226 $flags =~ /@/ and $confstr .= "\t$mode $name\n";
228 $confstr
[all...]
H A Dmetadata.pm28 sub confstr($) { subroutine
53 boardconf => confstr($name),
54 conf => confstr($name),
65 $target->{boardconf} = confstr($1);

Completed in 34 milliseconds