Author: jhuntwork Date: 2005-06-19 08:48:15 -0600 (Sun, 19 Jun 2005) New Revision: 245
Modified: trunk/Makefile trunk/linux/config trunk/packages/linux/Makefile Log: Upgraded kernel to 2.6.11.12 and removed unnecessary patch from kernel Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2005-06-19 14:29:21 UTC (rev 244) +++ trunk/Makefile 2005-06-19 14:48:15 UTC (rev 245) @@ -56,7 +56,7 @@ export WHICH= $(WD)/bin/which export WGET= wget --passive-ftp -export KVERS= 2.6.11.10 +export KVERS= 2.6.11.12 FTPGET= $(WD)/bin/ftpget WGET_V= 1.9.1 Modified: trunk/linux/config =================================================================== --- trunk/linux/config 2005-06-19 14:29:21 UTC (rev 244) +++ trunk/linux/config 2005-06-19 14:48:15 UTC (rev 245) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.11.10 -# Tue Jun 7 08:03:57 2005 +# Linux kernel version: 2.6.11.12 +# Sun Jun 19 10:42:33 2005 # CONFIG_X86=y CONFIG_MMU=y Modified: trunk/packages/linux/Makefile =================================================================== --- trunk/packages/linux/Makefile 2005-06-19 14:29:21 UTC (rev 244) +++ trunk/packages/linux/Makefile 2005-06-19 14:48:15 UTC (rev 245) @@ -6,7 +6,6 @@ DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 PATCH1= squashfs2.1-patch -PATCH2= $(DIR)-reiser4_missing_export-1.patch URL= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) URL1= http://ftp.roedu.net/pub/mirrors/ftp.namesys.com/pub/reiser4-for-2.6/2.6.11/broken-out #URL1= http://ftp.namesys.com/pub/reiser4-for-2.6/2.6.11/broken-out -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
