Commit Graph

136 Commits (040aa6f9bf174b46fae6539c93f7e92ee1fcfa13)

Author SHA1 Message Date
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
16 years ago
Andrew Gaffney 12a5f5ea22 Remove BUSYBOX_CONFIG from genkernel.conf
16 years ago
Andrew Gaffney fd24098f08 Add fuse to MODULES_FS
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
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
17 years ago
Andrew Gaffney d176b8c104 Get rid of the ENABLE_PEGASOS_HACKS hacks
17 years ago
Andrew Gaffney bad7c471f2 Remove the quotes when trying to expand a glob
17 years ago
Andrew Gaffney 2ed29757ef It helps if we assign the correct value to version
17 years ago
Andrew Gaffney ae01c22edb Update busy-config files for the various arches for busybox 1.7.4
17 years ago
Andrew Gaffney e86db7cf2c Add apply_patches() function to automagically apply patches for a given util
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.
17 years ago
Chris Gianelloni df4dd021ab Added another patch from Javier Miqueleiz <javier@miqueleiz.com> in bug #198892 for mdadm 1.1 and 1.2 metadata support.
17 years ago
Chris Gianelloni a479c34552 This is the long-awaited unionfs code cleanup. All of the unionfs code in genkernel has been removed.
17 years ago
Chris Gianelloni 0815924a54 Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for testing.
17 years ago
Andrew Gaffney 9f3580937c Force dmraid to be built with -j1 for bug #188273
17 years ago
Chris Gianelloni d0667a6beb Added a patch from Joshua Kinard <kumba@gentoo.org> to clean up the Pegasos hacks in genkernel. This is from bug #193826. This is genkernel 3.4.9_pre7 for testing.
17 years ago
Chris Gianelloni a935750c44 Make sure we still allow dolvm2/doevms2 on the kernel command line and give 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.
17 years ago
Chris Gianelloni 943ce2047b Fixed device-mapper/man removal for bug #196087, fixed mdadm.conf copying, and fixed syntax error for bug #197582. This is genkernel-3.4.9_pre5.
17 years ago
Chris Gianelloni c239493fcd Added a patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for mdadm support in busybox from bug #172128. This is genkernel 3.4.9_pre4 for testing.
17 years ago
Chris Gianelloni 62b6035d2a Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.
18 years ago
Chris Gianelloni 10990c2210 Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will keep everything simplified if a newer EVMS/LVM version set appears.
18 years ago
Chris Gianelloni 497d9f9297 Performed some general cleanup on a few files and removed devfs/udev selection code, since we force devfs on 2.4 and mdev on 2.6 kernels.
18 years ago
Chris Gianelloni c24a91d307 Removing the suspend support that was added for bug #156445 until suspend is added to the tree and we can determine the proper way to support it. For more information, see bug #156431.
18 years ago
Andrew Gaffney 1bdb11467f enable CONFIG_INSMOD in all arch busy-config files
18 years ago
Andrew Gaffney f10cd4ee6a Patch to actually use busybox bincache. Thanks to Pat Double
18 years ago
Chris Gianelloni 89c7fbdde5 Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug #169383 to improve the --symlink option fairly significantly. This is going to be 3.4.7_pre4 and while I haven't tested this yet, it looks good.
18 years ago
Chris Gianelloni 01a16e0aa2 Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs compilation. This is for bug #152945.
18 years ago
Chris Gianelloni 3061882720 Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame cvs2svn.
18 years ago
Chris Gianelloni 2056384a90 Adjust selinux stuff in gen_compile.sh to actually do what we intended, not the opposite.
18 years ago
Chris Gianelloni 3a3822f3bb Since device-mapper tries to build with selinux by default, we've removed it, then commented out the selinux support. The ebuild will need to enable/disable selinux support based on the selinux USE flag. This should resolve bug #157538.
18 years ago
Chris Gianelloni fa5253529a Fixed up linking for dmraid for bug #157538.
18 years ago
Chris Gianelloni 8b4b874b64 Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add userspace suspend support to genkernel.
18 years ago