The nfsroot code should be conditional on NFSCLIENT, not NFS (which no
longer exists as an option)
This commit is contained in:
parent
6b265e0242
commit
8b10ca9ba9
@ -204,7 +204,7 @@ configure(void *dummy)
|
||||
void
|
||||
cpu_rootconf()
|
||||
{
|
||||
#if defined(NFS) && defined(NFS_ROOT)
|
||||
#if defined(NFSCLIENT) && defined(NFS_ROOT)
|
||||
int order = 0;
|
||||
#if !defined(BOOTP_NFSROOT)
|
||||
if (nfs_diskless_valid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user