summaryrefslogtreecommitdiff
path: root/build_tools
AgeCommit message (Collapse)Author
2008-03-26Don't easily fail for missing udevinfo. tzafrir
Nobody has that older udev version (or otherwise we might have recieved a bug report about a bogus == rule). TODO: fix the UDEVRULES test in Makefile. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4085 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-16Simplify udev rules so they will be in line with ones provided bytzafrir
distributions and allow simple overriding of file permissions. Closes issue #11276 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3493 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-11* Close bug #11511.tzafrir
* Some other cleanups of uninstall-modules. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3424 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-11uninstall-modules: put in build_tools, and remove language suffix.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3420 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-04nstall_prereq is not a build script. Move it under contrib/ .tzafrir
(It is a new script, so this change also oges into 1.2) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3109 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17install_prereq: Don't install packages twice.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2880 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-12Add a script to install build requirements.tzafrir
This was after the instructions on which kernel to install on CentOS became a manual script with if-s and case-s. Should work on Debian and CentOS. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2728 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-11* Use shell, rather than shell-in-makefile syntax.tzafrir
* Supress ugly text when /lib/modules/`uname -r` doesn't exist (but we build for a different kernel) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2724 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05remove stray character that my editor decided to addkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2281 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05ensure that we run objdump in the most generic language possible to avoid ↵kpfleming
complications on non-English systems (issue #9196) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2280 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21use new tag version numbering scriptkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2194 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-01add support for Digium's High Performance Echo Cancellerkpfleming
rework the top-level Makefile so kernel 2.6 modules are built by a dedicated Makefile git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2076 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31merge support for the Digium TC400B hardware transcoderkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2057 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31fix up author email addresseskpfleming
use the kernel's built-in support for module aliases instead of manually doing it in modprobe.conf or equivalent add wctdm8xxp alias for wctdm24xxp git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2043 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-16make the 'firmware object' files load the firmware blobs as read-only datakpfleming
simplify the code that uses the firmware objects a bit git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1826 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-16eliminate the fw2h tool, and instead use objcopy to directly make object ↵kpfleming
files from the firmware binary files pass HOTPLUG_FIRMWARE down to the module build so that we can avoid various compiler warnings git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1818 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-30Fix issue that was discovered by using dash as /bin/sh instead of bash.qwell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1663 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-23handle distros that ship pre-releases of module-init-toolskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1081 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-22make a backup even when modifying non-combined rules fileskpfleming
generate a warning about editing non-combined rules files ensure that the warning is the last output from the 'make install' process git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1079 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-17move module-rules building into a script, and remove some old unnecessary stepskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1065 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-17move udev rules creating into a script, and generate it properly based on ↵kpfleming
the installed udev version git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1064 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-12-17add version and echo canceller selection reporting when zaptel module is loadedkpfleming
make 'update' target work like the Asterisk one and report conflicts git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@865 5390a7c7-147a-4af0-8ec9-7488f05a26cb