diff options
Diffstat (limited to 'openwrt/scripts/configtest.pl')
-rwxr-xr-x | openwrt/scripts/configtest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/configtest.pl b/openwrt/scripts/configtest.pl index 709d2be74..476bba7dc 100755 --- a/openwrt/scripts/configtest.pl +++ b/openwrt/scripts/configtest.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl my %change = ( - 'BUSYBOX' => 'make package/busybox-clean', + '^BUSYBOX' => 'make package/busybox-clean', 'OPENVPN_' => 'make package/openvpn-clean', 'SYSCONF_' => 'make package/base-files-clean target_clean', '' => 'make target_clean' |