From 6d64e6c92677efb096369794458d86ce59be6452 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 20 Jul 2011 16:50:54 +0000 Subject: README: KVERS, KSRC in live.conf Signed-off-by: Tzafrir Cohen git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10058 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') diff --git a/README b/README index b71616a..13bc7ba 100644 --- a/README +++ b/README @@ -380,6 +380,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 ----------------- -- cgit v1.2.3