Mateusz "Maxmati"
8bffb024c1
Add realpath to busybox.
...
This may fix gentoo bug #513204
11 years ago
Fabio Erculiani
6457d76923
busybox: enable CONFIG_MOUNTPOINT
11 years ago
Fabio Erculiani
f1dbe547be
busybox: issue a full make menuconfig against busybox 1.21
12 years ago
Fabio Erculiani
d5a0bfe470
busybox: switch away from MODPROBE_SMALL, see bug #472312#c27
12 years ago
Richard Yao
fc98fa9d89
Implement ZFS Support
...
This provides ZFS support, to go with the sys-fs/zfs package.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> (cleanups)
13 years ago
Sebastian Pipping
f84f42b4e2
Re-activate mdstart in busybox config
13 years ago
Sebastian Pipping
5feb521988
Busybox config: Enable verbose usage
13 years ago
Sebastian Pipping
31c3c7ca88
Update busybox config using "yes '' | make oldconfig"
13 years ago
Robin H. Johnson
953c7e5b42
Awk support in busybox is needed for initramfs setup code (to parse fstab).
13 years ago
Borg Onion
b977d66940
Support for glibc-2.14 systems
...
Hello,
Due to the changes in glibc-2.14 busybox no longer compiles when NFS
support is enabled. This breaks genkernel. The following is a very
crude patch to just make things work on glibc-2.14 systems. A better
patch would be to detect glibc-2.14 and then make a config decision.
The best patch would be to port libtirpc to openssl, make busybox link
against libtirpc, restore NFS support, and put an end to this whole
mess. But in the meantime:
commit 80d1e89995f055a37f07f9f7f4c7e21660abd527
Author: Borg Onion <borg.onion@gmail.com>
Date: Sat Dec 3 18:02:48 2011 -0800
Disable NFS support to enable glibc-2.14 compatibility
13 years ago
Andrew Gaffney
96518cfede
Separate out main and netboot busy-config
16 years ago
Andrew Gaffney
0b80933508
Enable support klogd and syslogd for netboot
16 years ago
Andrew Gaffney
b6a7f1d853
Enable CONFIG_MAKEDEVS in busy-config for netboot
16 years ago
Andrew Gaffney
40efdee49c
Enable CONFIG_FEATURE_PREFER_APPLETS busybox option
...
export PATH at top of netboot linuxrc
16 years ago
agaffney
7bb2b54414
Enable CONFIG_FEATURE_MTAB_SUPPORT option for busybox
16 years ago
agaffney
ac69bec071
Enabling CONFIG_WGET and CONFIG_FEATURE_TAR_BZIP2 for initial support of gentoo bug 211976
16 years ago
agaffney
8b82562975
Enable CONFIG_ROUTE in busy-configs
17 years ago
agaffney
0aa81c3f8e
Enable CONFIG_HOSTNAME in all busy-configs
...
Call 'hostname' with value from DHCP
17 years ago
Chris Gianelloni
27407030ff
Added a defaults directory to store default files for builds. These are 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.
17 years ago