git: kernel/nwfs: The NCP check only applies if it is not the module build.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Apr 11 11:07:03 PDT 2012
commit 888b1d329f88e552caae3f59c033f3af795b0ad0
Author: Sascha Wildner <saw at online.de>
Date: Wed Apr 11 20:06:52 2012 +0200
kernel/nwfs: The NCP check only applies if it is not the module build.
Add some dependency stuff that will cause nwfs to load ncp if it is
not loaded or in the kernel.
However ncp ultimately depends on IPX which is not available as a
module, so that's the minimum that needs compiling into the kernel
in order to use nwfs.
This should really fix the kernel build.
Summary of changes:
sys/netproto/ncp/Makefile | 3 ---
sys/netproto/ncp/ncp_mod.c | 1 +
sys/vfs/nwfs/nwfs_vfsops.c | 4 ++++
3 files changed, 5 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/888b1d329f88e552caae3f59c033f3af795b0ad0
--
DragonFly BSD source repository
More information about the Commits
mailing list