mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox: temporary fix for nfs based boot
This commit is contained in:
parent
9677927bf0
commit
07420cb3c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user