From 1fc59b7dcceb3dbcb77d491f78dbaf361a9094f2 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 11 Jun 2009 16:39:49 +0300 Subject: explain how to work with dahdi-linux --- git-dahdi-linux-howto | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 git-dahdi-linux-howto diff --git a/git-dahdi-linux-howto b/git-dahdi-linux-howto new file mode 100644 index 0000000..1dbd3bf --- /dev/null +++ b/git-dahdi-linux-howto @@ -0,0 +1,25 @@ +Basically the same as the asterisk HOWTO. + +Changes: + +Initial clone is: + + git svn clone -s http://svn.digium.com/svn/dahdi/linux dahdi-linux + +The .gitignore file is: + + cp ../asterisk-tools/dahdi-linux_gitignore .gitignore + +However, you need the Octasic interface files (at drivers/dahdi/oct612x). +This can probably be done in some clever way using git submodule, but for +now I chose the plain old symlink way: + + +I chose the plain old symlink way: + + cd .. + git svn clone -s http://svn.digium.com/svn/octasic_api/oct612x octapi + cd dahdi-linux + ln -s ../../../octapi/software driver/dahdi/oct612x + +(Patches are welcomed) -- cgit v1.2.3