diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-03 21:36:01 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-03 21:36:01 +0000 | 
| commit | 26cf8c9a0b9ca1e6c3fe06ff64e7c6b0635b12d7 (patch) | |
| tree | dbb92b77cfec4cd15aa4670ceb8511cde1bf635b /scripts | |
| parent | a593b419fc8b01f872bf31cbf56ad269e5cd2a4f (diff) | |
make lzo and server support in openvpn optional
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@551 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/configtest.pl | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scripts/configtest.pl b/scripts/configtest.pl index 05022debd..3ca33d86c 100755 --- a/scripts/configtest.pl +++ b/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'  ); | 
