summaryrefslogtreecommitdiff
path: root/git-dahdi-linux-howto
blob: 1deeecd12a1dba57ddceea169265e3d35713d522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Basically the same as the asterisk HOWTO.

Changes:

Initial clone is:

  git svn clone -s http://svn.asterisk.org/svn/dahdi/linux dahdi-linux

The .gitignore file is:

  cp ../asterisk-tools/dahdi-linux_gitignore .gitignore

No need to mess with menuselect as dahdi-linux does not use menuselect.

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.asterisk.org/svn/octasic_api/oct612x octapi
  cd dahdi-linux
  ln -s ../../../octapi/software drivers/dahdi/oct612x

(Patches are welcomed)