Skip to content

Commit

Permalink
Merge pull request #2847 from InuSasha/fix/busybox-nfs
Browse files Browse the repository at this point in the history
busybox: temporary fix for nfs based boot
  • Loading branch information
MilhouseVH committed Jul 26, 2018
2 parents 2a7ccda + 07420cb commit c7bdb15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/devel/glibc/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7bdb15

Please sign in to comment.