don't recreate the resolv.conf file from the dhcp script if no dhcp server is supplie...
[openwrt.git] / scripts / gen_deps.pl
index 0cdcc97..70c07b7 100755 (executable)
@@ -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.