busybox: temporary fix for nfs based boot

This commit is contained in:
Sascha Kuehndel (InuSasha) 2018-07-24 22:51:40 +02:00
parent 9677927bf0
commit 07420cb3c3
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -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