1. How to compile only 2 modules instead of all?
For example, to build the BusLogic SCSI driver, I execute:
make scsi/BusLogic.ko
2. Where I can find compiled modules, when I compile it?
In the dir with the source. I build each module individually, gzip it, and then copy it to the proper location in /usr/local/lib/modules/2.6.29.1-tinycore/kernel/drivers
3. Is there any chance to place linux-2.6.29.1-patched.tar.bz2 in REPO as an extension?
It is located on the
current release web page.
4. I have a problem with kernel compilation.
What I do works for me. I never tried the patched source. I always patch the vanilla kernel myself. Make sure you have the necessary extensions installed. Here is what I load:
advcomp.tcz, autoconf.tcz, automake.tcz, base-devs.tcz, bash.tcz, binutils.tcz, bison.tcz, coreutils.tcz, diffutils.tcz, file.tczl, findutils.tcz, flex.tcz, gawk.tcz, gcc.tcz, gcc_libs.tczl, gperf.tcz, grep.tcz, m4.tcz, make.tcz, patch.tcz, perl5.tcz, pkg-config.tcz, sed.tcz, tar.tcz
Here is
my script