From ed2ff86d36b27be481229f0e1eaf420f0fbb0945 Mon Sep 17 00:00:00 2001 From: Guillaume Knispel Date: Tue, 28 Feb 2012 17:46:06 +0100 Subject: add env scripts for debian5 --- environment_pcb_debian5 | 7 +++++++ xhfc/install_pcb_debian5.sh | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 environment_pcb_debian5 create mode 100755 xhfc/install_pcb_debian5.sh diff --git a/environment_pcb_debian5 b/environment_pcb_debian5 new file mode 100644 index 0000000..1e17988 --- /dev/null +++ b/environment_pcb_debian5 @@ -0,0 +1,7 @@ +export KSRC=/usr/src/linux-headers-2.6.26-2-686 +export KERNEL_SOURCE_ROOT=$KSRC +export DAHDI_SYMVERS=/root/xivo-drivers/dahdi-linux-2.4.0/drivers/dahdi/Module.symvers +export DAHDI_INCLUDE=/root/xivo-drivers/dahdi-linux-2.4.0/include +export ICP_ROOT=/EP805XX +export VP_API=/home/xilun/hard/zarlink/Le71SDKAPIL_P2.17.0 +export XIVO_AUDIO=1 diff --git a/xhfc/install_pcb_debian5.sh b/xhfc/install_pcb_debian5.sh new file mode 100755 index 0000000..9561f7a --- /dev/null +++ b/xhfc/install_pcb_debian5.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +set -e + +cp xivoxhfc.ko /lib/modules/2.6.26-2-686/kernel/xivo +depmod -a -- cgit v1.2.3