X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5ee6212d55d47d780552bd4ddc33644b1a3d8429..db31d1ad0be1e26091a3254121a155c84a21af7f:/scripts/configtest.pl 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' );