projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Convert iptables to new packaging style
[openwrt.git]
/
openwrt
/
scripts
/
configtest.pl
diff --git
a/openwrt/scripts/configtest.pl
b/openwrt/scripts/configtest.pl
index
05022de
..
3ca33d8
100755
(executable)
--- a/
openwrt/scripts/configtest.pl
+++ b/
openwrt/scripts/configtest.pl
@@
-1,6
+1,7
@@
#!/usr/bin/perl
my %change = (
'BUSYBOX' => 'make -C package busybox-clean',
+ 'OPENVPN_' => 'make -C package openvpn-clean',
'' => 'make target_clean'
);
This page took
0.026249 seconds
and
4
git commands to generate.