template.awk fix processing of certain config file formats
[openwrt-10.03/.git] / scripts / configtest.pl
index 3ca33d86c55f5cce306d012dbccdbe3eb52d883f..289b2fecc099e83b9e6b87884540211636998850 100755 (executable)
@@ -1,13 +1,21 @@
 #!/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 -C package busybox-clean',
-       'OPENVPN_' => 'make -C package openvpn-clean',
+       '^BUSYBOX' => 'make package/busybox-clean',
+       'OPENVPN_' => 'make package/openvpn-clean',
+       'SYSCONF_' => 'make package/base-files-clean target_clean',
        '' => 'make target_clean'
 );
 
 my @configfiles = (
-       ['package/linux/linux.config', 'build_mipsel/linux/.config' =>
-               'make -C package linux-clean']
+#      ['package/linux/linux.config', 'build_mipsel/linux/.config' =>
+#              'make -C package linux-clean']
 );