X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Ftoolchain%2Flinux%2Flinux;h=cde144fb12f4676776e8d9a552da68823abda069;hb=da9ae097e3efcb10c7fed0d4bf815a0b3f8313fa;hp=8b02dcf7fe311610f6eb63feedeff2487da95e9f;hpb=fce90c55886f483b25da229bda6c000d8ed112c9;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/toolchain/linux/linux b/packages/toolchain/linux/linux index 8b02dcf..cde144f 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 }