X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Ftoolchain%2Flinux%2Flinux;h=1376ed6207c100832d767941ede368a4da417aa4;hb=50ac1135883405235decb4eeac5dfdbed5a648c2;hp=2dfcba9b9273a9cc23e4311c50ea1fd0beba07a0;hpb=31a91ffcb50fe40bced2bc972f681e506863247a;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/toolchain/linux/linux b/packages/toolchain/linux/linux index 2dfcba9..1376ed6 100644 --- a/packages/toolchain/linux/linux +++ b/packages/toolchain/linux/linux @@ -2,9 +2,12 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 2.6.11.9 +# [V] 2.6.15.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.15.1.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 }