projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compile crc itu-t as a module
[openwrt.git]
/
scripts
/
metadata.pl
diff --git
a/scripts/metadata.pl
b/scripts/metadata.pl
index
6ed128a
..
9b98354
100755
(executable)
--- a/
scripts/metadata.pl
+++ b/
scripts/metadata.pl
@@
-576,12
+576,12
@@
sub gen_package_mk() {
undef $idx if $idx =~ /^(kernel)|(base-files)$/;
if ($idx) {
next if $dep{$pkg->{src}."->".$idx};
undef $idx if $idx =~ /^(kernel)|(base-files)$/;
if ($idx) {
next if $dep{$pkg->{src}."->".$idx};
- $depline .= "
$idx\-
compile";
+ $depline .= "
\$(curdir)/$idx/
compile";
$dep{$pkg->{src}."->".$idx} = 1;
}
}
if ($depline) {
$dep{$pkg->{src}."->".$idx} = 1;
}
}
if ($depline) {
- $line .=
$pkg->{subdir}."$pkg->{src}-compile:
$depline\n";
+ $line .=
"\$(curdir)/".$pkg->{subdir}."$pkg->{src}/compile +=
$depline\n";
}
}
}
}
@@
-604,7
+604,7
@@
$cmds \\
) > \$@
ifneq (\$(UCI_PRECONFIG)\$(CONFIG_UCI_PRECONFIG),)
) > \$@
ifneq (\$(UCI_PRECONFIG)\$(CONFIG_UCI_PRECONFIG),)
- preconfig: \$(TARGET_DIR)/etc/uci-defaults/$preconfig
+ p
ackage/p
reconfig: \$(TARGET_DIR)/etc/uci-defaults/$preconfig
endif
EOF
}
endif
EOF
}
This page took
0.020062 seconds
and
4
git commands to generate.