Update to reflect that libpthread is not embedded anymore, but a package as before
[openwrt-10.03/.git] / scripts / configtest.pl
index 05022debd379f59356c626f869e9b588a3e53977..3ca33d86c55f5cce306d012dbccdbe3eb52d883f 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 my %change = (
        'BUSYBOX' => 'make -C package busybox-clean',
+       'OPENVPN_' => 'make -C package openvpn-clean',
        '' => 'make target_clean'
 );