X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Ftoolchain%2Flinux%2Flinux;h=2cec76ef50956e47238fa0e34d5795ad6fff643e;hb=363c212c76d4c4ecde05c6aa5e8bdc5f90669be6;hp=2dfcba9b9273a9cc23e4311c50ea1fd0beba07a0;hpb=31a91ffcb50fe40bced2bc972f681e506863247a;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/toolchain/linux/linux b/packages/toolchain/linux/linux index 2dfcba9..2cec76e 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.13 # [S] 0-2 -# [D] linux-2.6.11.9.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/ +# [D] linux-2.6.13.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 }