Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
8476933a5d
2 changed files with 9 additions and 6 deletions
  1. +6
    -3
      package/base/udev/udev.conf
  2. +3
    -3
      package/base/udev/udev.desc

+ 6
- 3
package/base/udev/udev.conf

@ -54,8 +54,11 @@ udev_prem() {
var_append makeinstopt " " 'EXTRAS="${udev_extras}"' var_append makeinstopt " " 'EXTRAS="${udev_extras}"'
} }
prefix="$root"
makeopt="udevdir=$root/dev"
makeinstopt="udevdir=$root/dev install"
prefix=""
hook_add postmake 1 udev_pm hook_add postmake 1 udev_pm
hook_add premake 3 udev_prem hook_add premake 3 udev_prem
if [ $stagelevel = 1 ] ; then
var_append makeopt " " "CROSS_COMPILE=$archprefix"
var_append makeinstopt " " "CROSS_COMPILE=$archprefix"
fi

+ 3
- 3
package/base/udev/udev.desc

@ -42,7 +42,7 @@
[L] GPL [L] GPL
[S] Beta [S] Beta
[V] 100
[P] X -?-3-----9 188.400
[V] 102
[P] X -X-3-----9 188.400
[D] 1432798473 udev-100.tar.bz2 ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
[D] 2777970855 udev-102.tar.bz2 ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/

Loading…
Cancel
Save