Author: alexander
Date: 2006-07-13 03:17:59 -0600 (Thu, 13 Jul 2006)
New Revision: 1632

Modified:
   trunk/packages/linux/Makefile
   trunk/packages/linux/debian-style-headers.sh
Log:
Upgraded linux to 2.6.16.24

Installed more files in /usr/src/linux-<version> so that fglrx now compiles
(but doesn't work on my video card - known ATI bug, not specific to this CD)


Modified: trunk/packages/linux/Makefile
===================================================================
--- trunk/packages/linux/Makefile       2006-07-13 04:30:39 UTC (rev 1631)
+++ trunk/packages/linux/Makefile       2006-07-13 09:17:59 UTC (rev 1632)
@@ -1,12 +1,12 @@
 # Linux Kernel Makefile
 
 NM= linux
-VRS= 2.6.16.20
+VRS= 2.6.16.24
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE)
-SHA-$(FILE)= 27701c6f6124308181955b1a2aad28f06c38e9b8
+SHA-$(FILE)= 4d4da7999fae8524565030ecea6c1edb7da97733
 
 # URL_REISER4= 
http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16/2.6.16-mm1/broken-out/
 

Modified: trunk/packages/linux/debian-style-headers.sh
===================================================================
--- trunk/packages/linux/debian-style-headers.sh        2006-07-13 04:30:39 UTC 
(rev 1631)
+++ trunk/packages/linux/debian-style-headers.sh        2006-07-13 09:17:59 UTC 
(rev 1632)
@@ -7,8 +7,9 @@
 
 rm -rf "$DSTDIR"
 mkdir "$DSTDIR"
+cp -rv "$SRCDIR/.config" "$SRCDIR/Makefile" "$SRCDIR/Module.symvers" "$DSTDIR"
+cp -rv "$SRCDIR/.kconfig.d" "$SRCDIR/.version" "$SRCDIR/.kernelrelease" 
"$DSTDIR"
 cp -rv "$SRCDIR/include" "$SRCDIR/scripts" "$DSTDIR"
-cp -rv "$SRCDIR/.config" "$SRCDIR/Makefile" "$SRCDIR/Module.symvers" "$DSTDIR"
 ( cd "$SRCDIR" ; find -type d ) | (
        while read dir ; do
            mkdir -p "$DSTDIR/$dir"

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to