From: Heiko Z. <smi...@us...> - 2012-03-11 14:08:10
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv11595/scripts Modified Files: aoe6 Log Message: correct aoe6 udev rules files for udev-181 (sl) Index: aoe6 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/aoe6,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- aoe6 4 Feb 2012 21:26:54 -0000 1.9 +++ aoe6 11 Mar 2012 14:08:08 -0000 1.10 @@ -18,6 +18,7 @@ build ) if [ "$CONFIG_AOE6" = "y" ]; then patch_from_file 1 $DL_DIR/src/aoe6-78-linux32-compat.patch.xz || exit 1 + patch_from_file 1 $DL_DIR/src/aoe6-79-udev.patch.xz || exit 1 make KDIR=$KERNELDIR || exit 1 fi ;; |