projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add md5sums
[openwrt.git]
/
scripts
/
configtest.pl
diff --git
a/scripts/configtest.pl
b/scripts/configtest.pl
index
61fe8a7
..
01323a5
100755
(executable)
--- a/
scripts/configtest.pl
+++ b/
scripts/configtest.pl
@@
-1,7
+1,8
@@
#!/usr/bin/perl
my %change = (
- 'ROOTFS' => 'make linux-dirclean'
+ 'BUSYBOX' => 'make -C package busybox-clean',
+ '' => 'make target_clean'
);
foreach my $change (keys %change) {
This page took
0.022637 seconds
and
4
git commands to generate.