From 07420cb3c3faba94f4fb03d351634fc120b142bc Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Tue, 24 Jul 2018 22:51:40 +0200 Subject: [PATCH] busybox: temporary fix for nfs based boot --- packages/devel/glibc/package.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/devel/glibc/package.mk b/packages/devel/glibc/package.mk index e7f26826f4..166e603c5d 100644 --- a/packages/devel/glibc/package.mk +++ b/packages/devel/glibc/package.mk @@ -38,6 +38,10 @@ PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh \ --enable-lock-elision \ --disable-timezone-tools" +# busybox:init needs it +# testcase: boot with /storage as nfs-share (set cmdline.txt -> "ip=dhcp boot=UUID=2407-5145 disk=NFS=[nfs-share] quiet") +PKG_CONFIGURE_OPTS_TARGET+=" --enable-obsolete-rpc" + if build_with_debug; then PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-debug" else