Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2008 18:58:35 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-isdn@freebsd.org
Subject:   Re: how do i compile isdn4bsd with asterisk?
Message-ID:  <200801091858.35993.hselasky@c2i.net>
In-Reply-To: <70338.25704.qm@web92006.mail.cnb.yahoo.com>
References:  <70338.25704.qm@web92006.mail.cnb.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Lizhong!

What CPU architecture are you using ?

If you are using i386, you can do like this:

cp -i /sys/i386/conf/GENERIC /sys/i386/conf/custom

"/sys" is often a symlink to "/usr/src/sys".

Then you append the lines you need to the "custom" kernel config file, which 
are printed when you type "make help" in the "FreeBSD.i4b" directory of my 
package. When you compile the kernel you pass the "KERNCONF=custom" option to 
the "make" program like shown by the help menu.

--HPS

PS: I did an upgrade of the USB stack shipped with my I4B package yesterday, 
and I am not sure if it compiles on all architectures and all versions of 
FreeBSD yet.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801091858.35993.hselasky>