X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Ftoolchain%2Flinux%2Flinux;h=95083d9701e4cfb8c98af1047546735480a0da3e;hb=a9d58eebfe45f2d70639e483e6e55143b93e2337;hp=2dfcba9b9273a9cc23e4311c50ea1fd0beba07a0;hpb=31a91ffcb50fe40bced2bc972f681e506863247a;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/toolchain/linux/linux b/packages/toolchain/linux/linux index 2dfcba9..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.9 +# [V] 2.6.16.19 # [S] 0-2 -# [D] linux-2.6.11.9.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 }