aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use LDFLAGS= instead of --with-ldopts on ./configure of e2fsprogs. Version ↵Sebastian Pipping2011-01-111-1/+1
| | | | 1.41.14 of e2fsprogs itself requests that update.
* Review and fix some -eq and -ne conditionalsSebastian Pipping2011-01-071-1/+1
| | | | This fixes "sh: bad number" with busybox 1.18.1 during activation of mdev.
* Build iSCSI as module from the kernel, userspace from open-iscsicraig2009-10-031-11/+12
|
* Merge branch 'master' of git://git.wolf31o2.org/projs/genkernelcraig2009-08-081-0/+1
|\
| * Adding Id header.Chris Gianelloni2009-07-251-0/+1
| |
* | Corrected spelling -> iSCSIcraig2009-06-281-2/+2
| |
* | iSCSI patch for genkernelcraig2009-06-281-0/+42
|/
* Add support for multiple possible kernel binary paths for gentoo bug #255085Andrew Gaffney2009-02-191-4/+12
|
* Actually setting permissions. It helps if one remembers to 'git add' before ↵Chris Gianelloni2008-12-161-0/+0
| | | | doing their commit.
* We don't need to add - to UTILS_CROSS_COMPILE since it's already thereAndrew Gaffney2008-12-151-3/+3
|
* Separate out main and netboot busy-configAndrew Gaffney2008-12-151-1/+7
|
* Explicitly set UTILS_{CC,LD,AS} if UTILS_CROSS_COMPILE is setAndrew Gaffney2008-12-141-1/+8
|
* Switch search order so arch-specific is first for busy-configAndrew Gaffney2008-12-121-3/+3
| | | | Remove unneeded identical busy-config files
* Remove BUSYBOX_CONFIG from genkernel.confAndrew Gaffney2008-12-121-2/+14
| | | | Add search order for busy-config: user-specified, defaults/busy-config, arch/%%ARCH%%/busy-config
* Add fuse to MODULES_FSAndrew Gaffney2008-11-131-8/+14
| | | | | Remove direct calls to compile_fuse() and append_fuse() Disable bincache for fuse, since we don't need any files at runtime from it
* change lib orderagaffney2008-11-131-2/+2
|
* Compile unionfs-fuse staticallyagaffney2008-11-131-1/+1
|
* Correct unionfs-fuse bincache path and clean up debugging codeagaffney2008-11-121-6/+0
|
* Add -L line into LIB= in Makefileagaffney2008-11-121-0/+1
|
* another try at compiling unionfs-fuseagaffney2008-11-121-6/+6
|
* add bash invocation before compiling unionfs-fuse in order to poke aroundagaffney2008-11-121-0/+1
|
* debugagaffney2008-11-121-1/+2
|
* sed Makefile instead of setting in envagaffney2008-11-121-1/+2
|
* Unpack fuse source and modify CFLAGS for unionfs-fuseagaffney2008-11-121-1/+5
|
* Unpack unionfs-fuse with -jagaffney2008-11-121-1/+1
|
* Add compile_fuse() and compile_unionfs_fuse()agaffney2008-11-121-0/+58
|
* Only apply files from patch dir ending in diff/patchagaffney2008-08-241-2/+1
|
* Removed some unused dietlibc code.Chris Gianelloni2008-07-281-16/+0
|
* Removed a large chunk of 2.4 kernel support. This will still require some ↵Chris Gianelloni2008-07-281-18/+0
| | | | 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.
* Store pre-oldconfig busybox .config for use in bincache comparisonAndrew Gaffney2008-05-101-22/+20
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@676 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Add set_kernel_arch(), which maps the genkernel arch to the arch that the ↵Andrew Gaffney2008-03-131-0/+4
| | | | | | kernel expects based on the version of the kernel git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@632 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Get rid of the ENABLE_PEGASOS_HACKS hacksAndrew Gaffney2008-03-131-2/+2
| | | | | | | | Add INTEGRATED_INITRAMFS option to optionally insert the generated initramfs directly into the kernel image Change default build order to build the kernel last to facilitate the INTEGRATED_INITRAMFS option Add GENZIMAGE option and change various checks from ENABLE_PEGASOS_HACKS to GENZIMAGE git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@631 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Remove the quotes when trying to expand a globAndrew Gaffney2008-03-111-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@621 67a159dc-881f-0410-a524-ba9dfbe2cb84
* It helps if we assign the correct value to versionAndrew Gaffney2008-03-111-2/+3
| | | | | | | Send output of patch command to /dev/null Show a message saying we're patching if there are patches for the util git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@619 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Update busy-config files for the various arches for busybox 1.7.4Andrew Gaffney2008-03-111-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@617 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Add apply_patches() function to automagically apply patches for a given utilAndrew Gaffney2008-03-111-3/+30
| | | | | | | Add updated busybox patches for 1.7.4 from robbat2 Change BUSYBOX_VER to 1.7.4 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@616 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Removing DEVFS support from genkernel since we don't support 2.4 kernels ↵Chris Gianelloni2008-02-141-28/+0
| | | | | | anymore. This is 3.4.10_pre2. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@600 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Added another patch from Javier Miqueleiz <javier@miqueleiz.com> in bug ↵Chris Gianelloni2008-02-141-0/+1
| | | | | | #198892 for mdadm 1.1 and 1.2 metadata support. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@598 67a159dc-881f-0410-a524-ba9dfbe2cb84
* This is the long-awaited unionfs code cleanup. All of the unionfs code in ↵Chris Gianelloni2008-02-141-100/+0
| | | | | | genkernel has been removed. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@592 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for ↵Chris Gianelloni2007-11-281-0/+1
| | | | | | testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@566 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Force dmraid to be built with -j1 for bug #188273Andrew Gaffney2007-11-171-1/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@562 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Added a patch from Joshua Kinard <kumba@gentoo.org> to clean up the Pegasos ↵Chris Gianelloni2007-11-071-2/+2
| | | | | | hacks in genkernel. This is from bug #193826. This is genkernel 3.4.9_pre7 for testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@554 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Make sure we still allow dolvm2/doevms2 on the kernel command line and give ↵Chris Gianelloni2007-11-071-17/+15
| | | | | | a warning. I've also added a 2 second delay between vgscan and vgchange. Thanks to Robin H. Johnson <robbat2@gentoo.org> for suggesting the changes and testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@552 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Fixed device-mapper/man removal for bug #196087, fixed mdadm.conf copying, ↵Chris Gianelloni2007-11-011-1/+1
| | | | | | and fixed syntax error for bug #197582. This is genkernel-3.4.9_pre5. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@550 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Added a patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for mdadm ↵Chris Gianelloni2007-10-301-0/+1
| | | | | | support in busybox from bug #172128. This is genkernel 3.4.9_pre4 for testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@549 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.Chris Gianelloni2007-09-171-9/+9
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@543 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will ↵Chris Gianelloni2007-09-171-17/+17
| | | | | | 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
* Performed some general cleanup on a few files and removed devfs/udev ↵Chris Gianelloni2007-09-171-248/+1
| | | | | | selection code, since we force devfs on 2.4 and mdev on 2.6 kernels. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@532 67a159dc-881f-0410-a524-ba9dfbe2cb84
* Removing the suspend support that was added for bug #156445 until suspend is ↵Chris Gianelloni2007-08-301-32/+32
| | | | | | 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
* enable CONFIG_INSMOD in all arch busy-config filesAndrew Gaffney2007-07-261-108/+0
| | | | | | disable building of static insmod and remove all code related to it git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@521 67a159dc-881f-0410-a524-ba9dfbe2cb84