summaryrefslogtreecommitdiff
path: root/openwrt/scripts/configtest.pl
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 15:10:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 15:10:20 +0000
commitbab4efad53ecef261da2a6b6fc4cd1e834636da6 (patch)
treec78be46e0bb41bb4234916f23d9a6cee9a37410c /openwrt/scripts/configtest.pl
parentcf904085d9b7aaf9ebe76fbe682b7fd2c1a4447f (diff)
make log output a bit nicer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/scripts/configtest.pl')
-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 709d2be74b..476bba7dce 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'