summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-02-23 18:36:13 +0000
committermarcel <marcel@FreeBSD.org>2008-02-23 18:36:13 +0000
commitc942637f1cb77ca3f4beea6867f56b2bdb32d26f (patch)
treebc9ce527cda607b2c9e37058de6367396685fda6 /sys/boot
parent130ba03346e0f4dde810a1dda76938136cd213a2 (diff)
downloadFreeBSD-src-c942637f1cb77ca3f4beea6867f56b2bdb32d26f.zip
FreeBSD-src-c942637f1cb77ca3f4beea6867f56b2bdb32d26f.tar.gz
The NFS file system support is conditional upon LOADER_NFS_SUPPORT,
not LOADER_NET_SUPPORT.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/powerpc/uboot/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/uboot/conf.c b/sys/boot/powerpc/uboot/conf.c
index 6021ec8..8bc307a 100644
--- a/sys/boot/powerpc/uboot/conf.c
+++ b/sys/boot/powerpc/uboot/conf.c
@@ -65,7 +65,7 @@ struct fs_ops *file_system[] = {
#if defined(LOADER_EXT2FS_SUPPORT)
&ext2fs_fsops,
#endif
-#if defined(LOADER_NET_SUPPORT)
+#if defined(LOADER_NFS_SUPPORT)
&nfs_fsops,
#endif
#if defined(LOADER_TFTP_SUPPORT)
OpenPOWER on IntegriCloud