From: <smi...@us...> - 2003-11-07 02:04:13
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv28251/scripts Modified Files: linux Log Message: added support for updating the pwc driver Index: linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- linux 15 Oct 2003 01:58:02 -0000 1.43 +++ linux 7 Nov 2003 02:04:10 -0000 1.44 @@ -36,6 +36,10 @@ FLAGS="CFLAGS_EXTRA=-fno-stack-protector" fi + if [ "$CONFIG_LINUX_UPDATE_PWC" = "y" ]; then + cp -vdpfR ../pwc-*/2.4.*/* drivers/usb/ || exit 1 + fi + make $FLAGS oldconfig make $FLAGS dep || exit 1 make $FLAGS $PMAKE bzImage || exit 1 |