Diff for /dvb-kernel/makelinks between versions 1.18 and 1.19

version 1.18, 2003/12/21 11:26:01 version 1.19, 2004/02/04 17:55:35
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
   # link drivers sources from CVS or release tarball into your 2.6.x kernel sources;
   # an alternative way of compiling is to use the build-2.6 stuff, but
   # buld-2.6 won't work for bt878 based cards due to include patch brain damage...
   
   
 if test -z $1 || ! test -d $1 ; then  if test -z $1 || ! test -d $1 ; then

Removed from v.1.18  
changed lines
  Added in v.1.19


LinuxTV legacy CVS <linuxtv.org/cvs>