aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enable ext4 by default everywhere (for Gentoo bug #268818)Andrew Gaffney2009-12-261-1/+1
|
* Merge branch 'master' of git://git.wolf31o2.org/projs/genkernelcraig2009-08-081-1/+1
|\
| * Add aic94xx to MODULES_SCSI for Gentoo bug #277792Andrew Gaffney2009-07-191-1/+1
| |
* | iSCSI patch for genkernelcraig2009-06-281-0/+3
|/
* Add fuse to MODULES_FSAndrew Gaffney2008-11-131-1/+2
| | | | | Remove direct calls to compile_fuse() and append_fuse() Disable bincache for fuse, since we don't need any files at runtime from it
* Removing scsi_wait_scan from PATA/SATA/SCSI and moving it to its own module ↵Chris Gianelloni2008-09-121-3/+4
| | | | group. This allows the module to be loaded last, no matter what combination of disks are in the system, allowing for firmware and such to be loaded before genkernel continues, even when asynchronous SCSI scanning is enabled in the kernel.
* Removed all references to an initrd and renamed most initr{d,amfs} stuff to ↵Chris Gianelloni2008-07-281-1/+1
| | | | simply 'ramdisk' to simplify things for the future.
* Added a defaults directory to store default files for builds. These are ↵Chris Gianelloni2008-07-281-0/+24
overridden by architecture or module specific parameters. This should end up reducing the amount of architecture-specific files needed, especially as most of them have files which are (nearly) identical.