Added a readme to the uml target for a quick start
[openwrt.git] / scripts / configtest.pl
index 709d2be..289b2fe 100755 (executable)
@@ -1,6 +1,13 @@
 #!/usr/bin/perl
+# 
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
 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'
This page took 0.025011 seconds and 4 git commands to generate.