aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBorg Onion <borg.onion@gmail.com>2011-12-04 16:11:50 -0800
committerSebastian Pipping <sebastian@pipping.org>2012-01-04 15:32:16 +0100
commitb977d66940fdbbe552bb735a54141b69da873b5b (patch)
tree8638bd74a8d769ada4cb1a350589f228e896410e /netboot
parentAdd a few more directories and initial device nodes to the initramfs, and imp... (diff)
downloadgenkernel-b977d66940fdbbe552bb735a54141b69da873b5b.tar.gz
genkernel-b977d66940fdbbe552bb735a54141b69da873b5b.tar.bz2
genkernel-b977d66940fdbbe552bb735a54141b69da873b5b.zip
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
Diffstat (limited to 'netboot')
-rw-r--r--netboot/busy-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/netboot/busy-config b/netboot/busy-config
index 2aa4804..d4b9e29 100644
--- a/netboot/busy-config
+++ b/netboot/busy-config
@@ -474,7 +474,7 @@ CONFIG_MKSWAP=y
CONFIG_MORE=y
CONFIG_FEATURE_USE_TERMIOS=y
CONFIG_MOUNT=y
-CONFIG_FEATURE_MOUNT_NFS=y
+CONFIG_FEATURE_MOUNT_NFS=n
CONFIG_FEATURE_MOUNT_CIFS=y
CONFIG_FEATURE_MOUNT_FLAGS=y
CONFIG_FEATURE_MOUNT_FSTAB=y