From: Heiko Z. <smi...@us...> - 2004-08-30 12:21:41
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17142/scripts Modified Files: linux Log Message: - removed support for updating the Philips Webcam driver (development is now discontinued) - updated RFC2385 patch to correctly apply under kernel 2.4.27 - updated ebtables patch to v7 Index: linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- linux 22 Mar 2004 02:23:18 -0000 1.54 +++ linux 30 Aug 2004 12:21:28 -0000 1.55 @@ -37,10 +37,6 @@ cat .config.add >> .config || exit 1 fi - if [ "$CONFIG_LINUX_UPDATE_PWC" = "y" ]; then - cp -vdpfR ../pwc-*/2.4.*/* drivers/usb/ || exit 1 - fi - make oldconfig make dep || exit 1 make $PMAKE bzImage || exit 1 |