kernel/nwfs: The NCP check only applies if it is not the module build.
authorSascha Wildner <saw@online.de>
Wed, 11 Apr 2012 18:06:52 +0000 (20:06 +0200)
committerSascha Wildner <saw@online.de>
Wed, 11 Apr 2012 18:06:52 +0000 (20:06 +0200)
commit888b1d329f88e552caae3f59c033f3af795b0ad0
treee6a2c64c2894f9e68672c956e269a2ed6ce26672
parent4705d9218de0cbb63eb16b929c363a6d6f8327e0
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.
sys/netproto/ncp/Makefile
sys/netproto/ncp/ncp_mod.c
sys/vfs/nwfs/nwfs_vfsops.c