base-files: move all toolchain packages to a separate package directory 'toolchain'
[openwrt/svn-archive/archive.git] / scripts / feeds
index b8c6825ed084a6e3810cd119486ceafe3a016891..2c0baa6584245104572f3383f93eb2b8a8b0fa83 100755 (executable)
@@ -10,6 +10,7 @@ use Cwd 'abs_path';
 
 chdir "$FindBin::Bin/..";
 $ENV{TOPDIR}=getcwd();
+$ENV{GIT_CONFIG_PARAMETERS}="'core.autocrlf=false'";
 
 my $mk=`which gmake`;  # select the right 'make' program
 chomp($mk);            # trim trailing newline