summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ov511/ov511-kernel.patch
blob: eca39e90fcedd0ef55d3f992729444b269652216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff -rc ov511-2.32/do_install.sh ov511-2.32.new/do_install.sh
*** ov511-2.32/do_install.sh	2003-11-12 09:24:29.000000000 +0100
--- ov511-2.32.new/do_install.sh	2006-07-16 19:44:56.000000000 +0200
***************
*** 8,15 ****
  
  UNAME=`uname -r`
  
! INSTALL_PATH_2_4=/lib/modules/$UNAME/kernel/drivers/usb/
! INSTALL_PATH_2_6=/lib/modules/$UNAME/kernel/drivers/usb/media/
  
  MAJMIN=`echo $UNAME | cut -d . -f 1-2`
  
--- 8,15 ----
  
  UNAME=`uname -r`
  
! INSTALL_PATH_2_4=$out/lib/modules/$version/kernel/drivers/usb/
! INSTALL_PATH_2_6=$out/lib/modules/$version/kernel/drivers/usb/media/
  
  MAJMIN=`echo $UNAME | cut -d . -f 1-2`
  
***************
*** 35,41 ****
  	install $MODULE $INSTALL_PATH
  done
  
! echo Finding module dependencies
! /sbin/depmod -ae
  
  echo All done!
--- 35,41 ----
  	install $MODULE $INSTALL_PATH
  done
  
! #echo Finding module dependencies
! #/sbin/depmod -ae
  
  echo All done!