summaryrefslogtreecommitdiff
path: root/openwrt/scripts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-22 15:10:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-22 15:10:20 +0000
commitf7712db53cefa44a6efbf72328299e32e83be938 (patch)
tree0fb5f2cacfe88cf18cc3df0a5096b82355334791 /openwrt/scripts
parent58eebfa037d5b598048416e2ea2cab04fcfa60df (diff)
downloadmtk-20170518-f7712db53cefa44a6efbf72328299e32e83be938.zip
mtk-20170518-f7712db53cefa44a6efbf72328299e32e83be938.tar.gz
mtk-20170518-f7712db53cefa44a6efbf72328299e32e83be938.tar.bz2
make log output a bit nicer
SVN-Revision: 2241
Diffstat (limited to 'openwrt/scripts')
-rwxr-xr-xopenwrt/scripts/configtest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/configtest.pl b/openwrt/scripts/configtest.pl
index 709d2be..476bba7 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'