X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Ftoolchain%2Flinux%2Flinux;h=95083d9701e4cfb8c98af1047546735480a0da3e;hb=fdbe82f611d2ed7a93717f02607bad00036ea667;hp=8b02dcf7fe311610f6eb63feedeff2487da95e9f;hpb=fce90c55886f483b25da229bda6c000d8ed112c9;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/toolchain/linux/linux b/packages/toolchain/linux/linux index 8b02dcf..95083d9 100644 --- a/packages/toolchain/linux/linux +++ b/packages/toolchain/linux/linux @@ -2,9 +2,12 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 2.6.11.10 +# [V] 2.6.16.19 # [S] 0-2 -# [D] linux-2.6.11.10.tar.bz2 ftp:/ftp.kernel.org/pub/linux/kernel/v2.6/ +# [D] linux-2.6.16.19.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 }