summaryrefslogtreecommitdiffstats
path: root/openwrt/scripts/configtest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/scripts/configtest.pl')
-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 05022debd..3ca33d86c 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'
);