projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't recreate the resolv.conf file from the dhcp script if no dhcp server is supplie...
[openwrt.git]
/
scripts
/
gen_deps.pl
diff --git
a/scripts/gen_deps.pl
b/scripts/gen_deps.pl
index
0cdcc97
..
70c07b7
100755
(executable)
--- a/
scripts/gen_deps.pl
+++ b/
scripts/gen_deps.pl
@@
-62,6
+62,7
@@
foreach $name (sort {uc($a) cmp uc($b)} keys %pkg) {
} elsif (defined($pkg{$dep}) && !$options{SDK}) {
$idx = $dep;
}
+ undef $idx if $idx =~ /^(kernel)|(base-files)$/;
if ($idx) {
next if $dep{$pkg{$name}->{src}."->".$idx};
$depline .= " $idx\-compile";
This page took
0.044468 seconds
and
4
git commands to generate.