projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add squashfs 2.2 for kernel 2.6, cleanup broadcom patch, remove .orig files
[openwrt.git]
/
openwrt
/
scripts
/
configtest.pl
diff --git
a/openwrt/scripts/configtest.pl
b/openwrt/scripts/configtest.pl
index
3ca33d8
..
709d2be
100755
(executable)
--- a/
openwrt/scripts/configtest.pl
+++ b/
openwrt/scripts/configtest.pl
@@
-1,13
+1,14
@@
#!/usr/bin/perl
my %change = (
#!/usr/bin/perl
my %change = (
- 'BUSYBOX' => 'make -C package busybox-clean',
- 'OPENVPN_' => 'make -C package openvpn-clean',
+ 'BUSYBOX' => 'make package/busybox-clean',
+ 'OPENVPN_' => 'make package/openvpn-clean',
+ 'SYSCONF_' => 'make package/base-files-clean target_clean',
'' => 'make target_clean'
);
my @configfiles = (
'' => 'make target_clean'
);
my @configfiles = (
-
['package/linux/linux.config', 'build_mipsel/linux/.config' =>
-
'make -C package linux-clean']
+
#
['package/linux/linux.config', 'build_mipsel/linux/.config' =>
+
#
'make -C package linux-clean']
);
);
This page took
0.021822 seconds
and
4
git commands to generate.