aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* gen_configkernel: bug #486366, fix virtio kconfig options.Robin H. Johnson2016-05-151-3/+14
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* gen_configkernel: bug #486366, fix virtio kconfig.Robin H. Johnson2016-05-151-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* gen_configkernel: fix missing ||.Robin H. Johnson2016-02-071-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Use KERNEL_OUTPUTDIR more consistently.Robin H. Johnson2016-02-061-23/+26
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* gen_configkernel: clean up logic, and correctly fall back to non-generated ↵Robin H. Johnson2016-01-231-18/+23
| | | | | | kconfig for arches where the "generated" kconfig is unusable. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Initial kernel config infrastructureRichard Yao2015-07-311-1/+1
| | | | | | | | | | The merge.pl script and initial configuration files for ppc, ppc64 x86 and x86_64 are from RHEL6. The merge.pl is intended to be replaced in the future. We will use it for now because Rick Farina of Gentoo QA wants this merged regardless of whether we have a substitute ready or not. Signed-off-by: Richard Yao <ryao@gentoo.org>
* Whitepace.Jorge Manuel B. S. Vicetto (jmbsvicetto)2014-06-221-10/+10
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Bug #432956: Easy to include VirtIO support in kernel.Robin H. Johnson2012-10-141-0/+13
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Bug #286187: Complete multipath support.Robin H. Johnson2012-10-131-0/+8
| | | | | | | | Somewhere in the mists of time we lost part of the multipath patch, so we were bundling the userspace, but not the kernel modules, or ever using it. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Add --kernel-outputdir to save files outside the source tree.Łukasz Stelmach2012-10-131-17/+17
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Support --kernel-config=/proc/config.gz (bug #421027)Sebastian Pipping2012-07-081-1/+7
|
* trivial: cleanup code, drop whitespaces and some more cruftFabio Erculiani2011-09-131-1/+1
|
* gen_configkernel: canonicalize path to kernel configAmadeusz Żołnowski2011-08-101-0/+1
|
* Refactoring: Rename mode runtask to kernelruntaskSebastian Pipping2011-06-221-1/+1
|
* Merge branch 'master' into experimentalSebastian Pipping2011-01-201-9/+16
|\ | | | | | | | | Conflicts: ChangeLog
| * Move from "no-foo enabled" to "foo disabled" for consistencySebastian Pipping2011-01-201-2/+2
| |
| * Use "kernel:" instead of "config:" in output consistentlySebastian Pipping2011-01-201-7/+7
| |
| * Move application of kernel config after "make mrproper" as that deletes ↵Sebastian Pipping2011-01-201-4/+7
| | | | | | | | .config (whereas "make clean" does not) (bug #351906)
| * Be versose about --oldconfig and --no-mrproperSebastian Pipping2011-01-201-0/+4
| |
* | Fix leftover of problem with missing .config file (bug #271528)Sebastian Pipping2011-01-201-0/+1
|/
* Add timestamps to .config backup names (e.g. ↵Sebastian Pipping2011-01-131-2/+3
| | | | .config--2011-01-13--15-01-53.bak) so .config.bak doesn't get lost when running genkernel multiple times
* Handle missing kernel .config better (bug #271528)Sebastian Pipping2011-01-131-8/+14
|
* Build iSCSI as module from the kernel, userspace from open-iscsicraig2009-10-031-3/+6
|
* Merge branch 'master' of git://git.wolf31o2.org/projs/genkernelcraig2009-08-081-0/+1
|\
| * Adding Id header.Chris Gianelloni2009-07-251-0/+1
| |
* | iSCSI patch for genkernelcraig2009-06-281-0/+9
|/
* Actually setting permissions. It helps if one remembers to 'git add' before ↵Chris Gianelloni2008-12-161-0/+0
| | | | doing their commit.
* Remove a few more 2.4 kernel support remnantsagaffney2008-07-281-13/+4
|
* Removed a large chunk of 2.4 kernel support. This will still require some ↵Chris Gianelloni2008-07-281-6/+3
| | | | fairly extensive cleaning to completely remove, but I'd say that without a shadow of a doubt, genkernel will not function on 2.4 kernels.
* Moved architecture folders under the arch subfolder.Chris Gianelloni2008-07-281-6/+6
|
* Clean up OLDCONFIG logic and default to OLDCONFIG=yes. This is for bug 207895Andrew Gaffney2008-02-031-7/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@585 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Some more generalcleanup and adding support for using a config file other ↵Chris Gianelloni2007-09-171-11/+5
| | | | | | than /etc/genkernel.conf to add flexibility. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@542 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Renamed gensplash to splash and marked gensplash as deprecated. This is ↵Chris Gianelloni2007-09-171-1/+1
| | | | | | 3.4.9_pre3 for testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@536 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will ↵Chris Gianelloni2007-09-171-2/+2
| | | | | | keep everything simplified if a newer EVMS/LVM version set appears. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@535 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Removing bootsplash support since it hasn't been in a kernel we've supported ↵Chris Gianelloni2007-09-171-2/+2
| | | | | | for years now, causes confusion amongst users, and really wasn't being used and caused issues with 2.6/initrd creation in some corner cases. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@534 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Removing the suspend support that was added for bug #156445 until suspend is ↵Chris Gianelloni2007-08-301-4/+4
| | | | | | added to the tree and we can determine the proper way to support it. For more information, see bug #156431. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@531 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add ↵Chris Gianelloni2006-12-131-0/+7
| | | | | | userspace suspend support to genkernel. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@465 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Fix #88080.Tim Yamin2005-08-151-0/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@307 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Fixed config parsing for dmraid/lvm2 to only set =m if item is not set. ↵Chris Gianelloni2005-08-061-4/+4
| | | | | | Closing bug #101535. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@301 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX: upgraded busybox ↵Tim Yamin2005-07-131-2/+2
| | | | | | to 1.00, porting in my read -t and mdstart patches. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@256 67a159dc-881f-0410-a524-ba9dfbe2cb84
* bug 97051: Initramfs on 2.6+ kernels dont require ext2 filesystem so can ↵Eric Edgar2005-06-271-2/+9
| | | | | | drop this forced entry. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@232 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Added config parsing for dmraid modules if genkernel is called with --dmraidChris Gianelloni2005-06-021-1/+7
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@195 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Added check for --lvm2 and enable lvm2-required modules if they are not ↵Chris Gianelloni2005-05-251-0/+8
| | | | | | enabled already in the supplied .config file. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@194 67a159dc-881f-0410-a524-ba9dfbe2cb84
* >> 3.2.0_beta1; now with extra froz-faktor <TM>.Tim Yamin2005-04-221-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@190 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Fix possible broken pipe error message when configuring the kernelEric Edgar2005-03-071-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@182 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Added a sed to ensure Ext2 support is on; bug #52558.Tim Yamin2004-07-121-0/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@111 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Fix for bug #54455; moved the code to create a backup .config upwards sinceTim Yamin2004-06-191-1/+1
| | | | | | | before the "make mrproper" just wiped it out. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@108 67a159dc-881f-0410-a524-ba9dfbe2cb84
* New release:Tim Yamin2004-06-031-23/+33
| | | | | | | | | | | | * Busybox patched to support loops on 2.4 thus giving 2.4 squashfs support. * Various bug fixes; #46167, #46278, #47551, #48219, #48308, #48339, #49728, #51395, #51948. * Speedups: "" > ''; [ ! ... ] && > [ ... ] || et al where applicable. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@106 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Version bump. Closes bugs #34948, #37371, #41129, #41166, #42725, #42815,Tim Yamin2004-03-211-13/+34
| | | | | | | #44127, #44556, and #44601. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@98 67a159dc-881f-0410-a524-ba9dfbe2cb84
* err, backed up wrong file :)Brad House2004-02-071-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@68 67a159dc-881f-0410-a524-ba9dfbe2cb84