[dahdi-commits] tzafrir: linux/trunk r10058 - /linux/trunk/README

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Wed Jul 20 11:50:58 CDT 2011


Author: tzafrir
Date: Wed Jul 20 11:50:54 2011
New Revision: 10058

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10058
Log:
README: KVERS, KSRC in live.conf

Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>

Modified:
    linux/trunk/README

Modified: linux/trunk/README
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/README?view=diff&rev=10058&r1=10057&r2=10058
==============================================================================
--- linux/trunk/README (original)
+++ linux/trunk/README Wed Jul 20 11:50:54 2011
@@ -379,6 +379,20 @@
 A list of modules to remove when unloading. Will be resolved
 recursively. The default is 'dahdi'. You may also want to have 'oslec'
 or 'hpec' there if you use them.
+
+===== KVERS
+If you want to build DAHDI for a different kernel version than the one
+currently running on the system (mostly useful for a remote install).
+Note that you will normally need to export this, in order for this to
+take effect on the 'make' command. In live/live.conf itself have the line:
+
+  export KVERS="2.6.39-local"
+
+===== KSRC
+Alternatively, if you want to point to an exact kernel source tree,
+set it with KSRC. Just like KVERS above, it needs to be explicitly exported.
+
+  export KSRC="/usr/src/tree/linux"
 
 
 Module Parameters




More information about the dahdi-commits mailing list