projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove packages when cleaning
[openwrt.git]
/
openwrt
/
scripts
/
configtest.pl
diff --git
a/openwrt/scripts/configtest.pl
b/openwrt/scripts/configtest.pl
index
61fe8a7
..
01323a5
100755
(executable)
--- a/
openwrt/scripts/configtest.pl
+++ b/
openwrt/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.024047 seconds
and
4
git commands to generate.