summaryrefslogtreecommitdiff
path: root/build_tools
AgeCommit message (Collapse)Author
2010-03-18live_dahdi: fixes for rsync modeTzafrir Cohen
* Run programs from live tree rather than tools dir (not copied) * Calculate MODULES dir after reading config file (you'll still need to override it from the command line for building, but not for reload) git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8347 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-02-15make_static_devs: a script to generate the static device files.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8033 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-01-11live_dahdi: just make sure we have crc_ccitt on the system.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7867 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-12-16kernel-cp: a local wrapper to the kernel's checkpatch script.Tzafrir Cohen
checkpatch.pl is a script intended to check style of code (normally: before submitting kernel patches). As using this script simplifies testing new code for coding style, this commit officially closes issue #16191 . git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7702 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-10-11Add kernel-doc generation to the 'docs' targetTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7379 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-09-21live_dahdi: more overridble variable; align usage messageTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7179 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-09-21live_dahdi: Better handling of a non-existing TOOLS_DIRTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7172 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-08-12live_dahdi: more drivers in subdirs; voicebusTzafrir Cohen
* wcb4xxp and wcte12xp should also be loaded from a subdirectory with their name. * wctdm24xxp and wcte12xp depend on the voicebus driver. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6971 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-04-25adapt live_dahdi to current xpp toolsTzafrir Cohen
* More varibles to set through the environment * Different way to list drivers git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6487 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-19live_dahdi: Only probe modules to load on 'load'Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5711 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-18live_dahdi: reload on unloaded system, path to dahdi-linuxTzafrir Cohen
* Script runs with -e. But we should not fail if either: - Asterisk was not running - The module dahdi was not loaded. * The configure script of dahdi-tools should get absolute path to dahdi-linux. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5672 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-09Fix pathes in live_dahdi (it is run from the base dir by default)Tzafrir Cohen
Also acknowledge an warning I'm not sure how to fix for now. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5646 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-15live_dahdi: Use the nonrelative path for the dahdi-tools folder in live_dahdi.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5535 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-09Needed to go up one more level for dahdi_tools.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5460 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-09Moving live_dahdi into the build_tools dir.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5459 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-22Need to make sure we check for udevadm in addition to udevinfo.Jason Parker
Some silly person (or people) decided that it wasn't useful to have in their distro... *cough* git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5124 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08minor improvements to uninstall-modules: add the PID to the temporary file ↵Kevin P. Fleming
name to make it less easy to accidentally duplicate, only search directories where we expect that DAHDI or Zaptel modules might be found (known installation locations, even old ones), and always uninstall old DAHDI modules before installing new ones, in case a module is no longer in the tree and shouldn't be left installed git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4575 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08make the uninstall-modules target actually work (except when DESTDIR is ↵Kevin P. Fleming
supplied), and automatically uninstall any Zaptel modules present for the KVERS kernel during installation of DAHDI git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4570 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-01remove some more unnecessary stuff, and update genmodconf to no longer ↵Kevin P. Fleming
support 2.4 kernels, have proper name references, etc. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4503 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-28* builder now works under dahdi as well.Tzafrir Cohen
* ADded test_git_kernel command 'driver_version' Reporting it is of no busyniss of the builder script. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4474 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-28Add builder - a script to test-build dahdi vs. various kernel versions.Tzafrir Cohen
Also include other test_kernel_git from http://svn.digium.com/view/zaptel?view=rev&revision=4375 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4473 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-28* Generate the modpost program to be able to complete a build.Tzafrir Cohen
* Clean, in order to guarantee everything belongs to this version/build . * "test" is now "build". git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4470 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17get non-hotplug firmware building working againKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4379 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23generate version string properlyKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4343 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-22fix device names, udev rules, sysfs class name, proc directory nameKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4332 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-21replace Zaptel with DAHDI, ZAPTEL with DAHDI, ZAPATA with DAHDIKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4322 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-21modules build nowKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4318 a0bf4364-ded3-4de4-8d8a-66a801d63aff