[svn-commits] sruffell: branch linux/2.4 r9694 - /linux/branches/2.4/README
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Jan 20 23:33:12 CST 2011
Author: sruffell
Date: Thu Jan 20 23:33:09 2011
New Revision: 9694
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9694
Log:
README: clarify required kernel configuration
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9619
Modified:
linux/branches/2.4/README
Modified: linux/branches/2.4/README
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.4/README?view=diff&rev=9694&r1=9693&r2=9694
==============================================================================
--- linux/branches/2.4/README (original)
+++ linux/branches/2.4/README Thu Jan 20 23:33:09 2011
@@ -87,9 +87,9 @@
- If you use a kernel from your distribution you will typically have a
package with all the files required to build a kernel modules for your
kernel image.
- * On Debian Etch and Ubuntu this is
+ * On Debian and Ubuntu this is
+++ linux-headers-`uname -r` +++
- * On Fedora, RHEL and compatibles (e.g. CentOS) and in SUSE this is
+ * On Fedora, RHEL and compatibles (e.g. CentOS) and SUSE this is
the kernel-devel package. Or if you run kernel-smp or kernel-xen,
you need kernel-smp-devel or kernel-xen-devel, respectively.
* In some distributions (e.g.: in RHEL/CentOS, Fedora, Ubuntu) the
@@ -104,6 +104,19 @@
make KVERS=2.6.18.Custom
make KSRC=/home/tzafrir/kernels/linus
+
+
+Kernel Configuration
+^^^^^^^^^^^^^^^^^^^^
+If you build a custom kernel, note the following configuration items:
+
+- CONFIG_CRC_CCITT must be enabled ('y' or 'm'). On 2.6 kernels this can
+ be selected These can be selected from the "Library Routines" submenu
+ during kernel configuration via "make menuconfig".
+- DAHDI will work if you disable module unloading. But you may need
+ extra reboots.
+- DAHDI needs the BKL (Big Kernel Lock). This may be annoying in
+ >=2.6.37 kernels. Make sure you enable CONFIG_BKL on those kernels.
Installing to a Subtree
More information about the svn-commits
mailing list