Amadeusz ?o?nowski
5eb029e546
Fix compilation of LVM 2.02.74
14 years ago
Sebastian Pipping
5d0aca2701
Run "make firmware_install" if CONFIG_FIRMWARE_IN_KERNEL != y (bug #244651 )
14 years ago
Sebastian Pipping
6bdb86a8ef
Restore original intention of CPPFLAGS (preprocessor) and CFLAGS (compiler)
14 years ago
Sebastian Pipping
e8a7572203
Recover ">> ${LOGFILE} 2>&1"
14 years ago
Sebastian Pipping
17481d226c
Fix indentation
14 years ago
Amadeusz Żołnowski
8be9736a44
LVM 2.02.28 fix
14 years ago
Sebastian Pipping
564239cce6
Add support for LVM patches located at ${GK_SHARE}/patches/lvm/${LVM_VER}/
14 years ago
Sebastian Pipping
469153a098
Feed back names of patches applied successfully
14 years ago
Sebastian Pipping
841b732740
Skip files in apply_patches() as *{diff,patch} produces "*diff" with no .diff files around
14 years ago
Sebastian Pipping
537ad948b2
Compile gnupg as a util
14 years ago
Sebastian Pipping
fc1e95475a
Mention cache usage on gnupg in output (consistent to busybox and blkid)
14 years ago
dacook
8dc02807c3
GPG compile
...
Configure and compile GPG binary for initrd use
14 years ago
Sebastian Pipping
07a6dc2df8
Mention cache usage on blkid in output (consistent to busybox)
14 years ago
Sebastian Pipping
dd18912193
Use LDFLAGS= instead of --with-ldopts on ./configure of e2fsprogs. Version 1.41.14 of e2fsprogs itself requests that update.
14 years ago
Sebastian Pipping
532dd7a387
Review and fix some -eq and -ne conditionals
...
This fixes "sh: bad number" with busybox 1.18.1 during activation of mdev.
14 years ago
craig
ae895e8ad8
Build iSCSI as module from the kernel, userspace from open-iscsi
15 years ago
craig
5019ff506f
Merge branch 'master' of git://git.wolf31o2.org/projs/genkernel
16 years ago
Chris Gianelloni
35258a703f
Adding Id header.
16 years ago
craig
92a42c7ae6
Corrected spelling -> iSCSI
16 years ago
craig
cac66e0970
iSCSI patch for genkernel
16 years ago
Andrew Gaffney
01c51230c3
Add support for multiple possible kernel binary paths for gentoo bug #255085
16 years ago
Chris Gianelloni
20f2b57e95
Actually setting permissions. It helps if one remembers to 'git add' before doing their commit.
16 years ago
Andrew Gaffney
57d32fcf13
We don't need to add - to UTILS_CROSS_COMPILE since it's already there
16 years ago
Andrew Gaffney
96518cfede
Separate out main and netboot busy-config
16 years ago
Andrew Gaffney
277afc2d0a
Explicitly set UTILS_{CC,LD,AS} if UTILS_CROSS_COMPILE is set
16 years ago
Andrew Gaffney
570cd92979
Switch search order so arch-specific is first for busy-config
...
Remove unneeded identical busy-config files
16 years ago
Andrew Gaffney
12a5f5ea22
Remove BUSYBOX_CONFIG from genkernel.conf
...
Add search order for busy-config: user-specified, defaults/busy-config, arch/%%ARCH%%/busy-config
16 years ago
Andrew Gaffney
fd24098f08
Add fuse to MODULES_FS
...
Remove direct calls to compile_fuse() and append_fuse()
Disable bincache for fuse, since we don't need any files at runtime from it
16 years ago
agaffney
ec05525959
change lib order
16 years ago
agaffney
e4f3b17b3a
Compile unionfs-fuse statically
16 years ago
agaffney
4123ac396c
Correct unionfs-fuse bincache path and clean up debugging code
16 years ago
agaffney
4e38e4d39b
Add -L line into LIB= in Makefile
16 years ago
agaffney
ae13781bcf
another try at compiling unionfs-fuse
16 years ago
agaffney
4d1f7d0c65
add bash invocation before compiling unionfs-fuse in order to poke around
16 years ago
agaffney
93b29a9a08
debug
16 years ago
agaffney
05ab15750d
sed Makefile instead of setting in env
16 years ago
agaffney
5991612532
Unpack fuse source and modify CFLAGS for unionfs-fuse
16 years ago
agaffney
f29142639e
Unpack unionfs-fuse with -j
16 years ago
agaffney
c8fd57e3e1
Add compile_fuse() and compile_unionfs_fuse()
16 years ago
agaffney
3f7b2e8eea
Only apply files from patch dir ending in diff/patch
17 years ago
Chris Gianelloni
cceaf5e715
Removed some unused dietlibc code.
17 years ago
Chris Gianelloni
676dd5a061
Removed a large chunk of 2.4 kernel support. This will still require some 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.
17 years ago
Andrew Gaffney
751d2149d1
Store pre-oldconfig busybox .config for use in bincache comparison
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@676 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 years ago
Andrew Gaffney
18407fa3ed
Add set_kernel_arch(), which maps the genkernel arch to the arch that the 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
17 years ago
Andrew Gaffney
d176b8c104
Get rid of the ENABLE_PEGASOS_HACKS hacks
...
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
17 years ago
Andrew Gaffney
bad7c471f2
Remove the quotes when trying to expand a glob
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@621 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 years ago
Andrew Gaffney
2ed29757ef
It helps if we assign the correct value to version
...
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
17 years ago
Andrew Gaffney
ae01c22edb
Update busy-config files for the various arches for busybox 1.7.4
...
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@617 67a159dc-881f-0410-a524-ba9dfbe2cb84
17 years ago
Andrew Gaffney
e86db7cf2c
Add apply_patches() function to automagically apply patches for a given util
...
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
17 years ago
Chris Gianelloni
58c13464ec
Removing DEVFS support from genkernel since we don't support 2.4 kernels 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
17 years ago