more toolchain + stage 1 updates
[hdw-linux/hdw-linux.git] / packages / toolchain / linux / linux
index 2dfcba9..c8dca02 100644 (file)
@@ -2,9 +2,12 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.6.11.9
+# [V] 2.6.18.1
 # [S] 0-2
-# [D] linux-2.6.11.9.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.18.1.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+
+skip=1
+s_reason="obsolete, there is a linux libc headers package now."
 
 build_main()   {
         # care for crossbuild
@@ -17,5 +20,5 @@ build_main()  {
        make mrproper && 
        make include/linux/version.h &&
        # change for crossbuilds
-       make include/asm &&
+       make include/asm
                }