toolchain updates/downgrades | removed optimization flags for binutils tools
[hdw-linux/hdw-linux.git] / packages / toolchain / linux / linux
index 8b02dcf..1b69e17 100644 (file)
@@ -2,9 +2,12 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.6.11.10
+# [V] 2.6.12.2
 # [S] 0-2
-# [D] linux-2.6.11.10.tar.bz2 ftp:/ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.12.2.tar.bz2 ftp:/ftp.kernel.org/pub/linux/kernel/v2.6/
+
+skip=1
+s_reason="i think thats obsolete 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
                }