summaryrefslogtreecommitdiff
path: root/openwrt/scripts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-03 21:36:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-03 21:36:01 +0000
commitbbe73f6b48e9ea3b85d6d529fbffbb0a3f087ac7 (patch)
tree5dba2ed7ec692830aebceb8f7aa6f65cfc107067 /openwrt/scripts
parentadb9bba64a2c939d2b1c5b0e2ab254b13229bb66 (diff)
downloadmtk-20170518-bbe73f6b48e9ea3b85d6d529fbffbb0a3f087ac7.zip
mtk-20170518-bbe73f6b48e9ea3b85d6d529fbffbb0a3f087ac7.tar.gz
mtk-20170518-bbe73f6b48e9ea3b85d6d529fbffbb0a3f087ac7.tar.bz2
make lzo and server support in openvpn optional
SVN-Revision: 551
Diffstat (limited to 'openwrt/scripts')
-rwxr-xr-xopenwrt/scripts/configtest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/scripts/configtest.pl b/openwrt/scripts/configtest.pl
index 05022de..3ca33d8 100755
--- 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'
);