X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Ftoolchain%2Flinux%2Flinux;fp=packages%2Ftoolchain%2Flinux%2Flinux;h=1b69e179273508a0e95e7d58cd761176d4457801;hp=8b02dcf7fe311610f6eb63feedeff2487da95e9f;hb=525c3e386d5a76bce4df318ca64fef4a7ccfe46c;hpb=726ceab9420dbc8b95af4fae9c1f4244fa4d717a diff --git a/packages/toolchain/linux/linux b/packages/toolchain/linux/linux index 8b02dcf..1b69e17 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.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 }