X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fconfigtest.pl;h=3ca33d86c55f5cce306d012dbccdbe3eb52d883f;hb=ba97490a028827f29c1b73719b664ac31584b44e;hp=05022debd379f59356c626f869e9b588a3e53977;hpb=485dbd728f3db42252d4d63158e528067c33ddf4;p=openwrt-github%2F.git diff --git a/scripts/configtest.pl b/scripts/configtest.pl index 05022debd3..3ca33d86c5 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' );