Kernel build for 2.5, release 1.6 is available

18

Author: JT Smith

“Release early, release often”.
Release 1.6 of kernel build for kernel 2.5 (kbuild 2.5) has been
released. http://sourceforge.net/projects/kbuild/, Package kbuild-2.5,
download release 1.6. Changelog and more links within.

http://marc.theaimsgroup.com/?l=linux-kernel&m=99725412902968&w=2
contains information about the base release.

Changelog:

  Correct race condition on first build after renaming source
  or object trees.

  Support negated CONFIG options, this is easier to read
    select(CONFIG_QUOTA  dquot.o)
    select(!CONFIG_QUOTA noquot.o)

  This release does not support CML2, only use it with CML1.
  ESR is upgrading CML2 to kernel 2.4.14 first.

Category:

  • Linux