projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix find_config() in the network scripts
[openwrt.git]
/
scripts
/
configtest.pl
diff --git
a/scripts/configtest.pl
b/scripts/configtest.pl
index
05022de
..
289b2fe
100755
(executable)
--- a/
scripts/configtest.pl
+++ b/
scripts/configtest.pl
@@
-1,12
+1,21
@@
#!/usr/bin/perl
#!/usr/bin/perl
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
my %change = (
my %change = (
- 'BUSYBOX' => 'make -C package busybox-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.025564 seconds
and
4
git commands to generate.