summaryrefslogtreecommitdiff
path: root/build_tools
AgeCommit message (Collapse)Author
2009-05-26zaptel_svn_tarball: a poor-mans's ChangeLog generator.tzafrir
svn2log from repotools has too many dependencies for my target usage (Feel free to patch the script to use it if available, though). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4639 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2009-01-01A slightly different version number for compatibility with other scriptstzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4603 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-11-30cvt_zapdahdi: convert source files between Zaptel and DAHDItzafrir
Helps showing the real changes git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4591 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-21Fix reporting of the zaptel version number in test_kernel_git.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4503 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-12bring back the transcoder interface... it will be upgraded to the new ↵kpfleming
improved version here too git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4477 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-07remove support for the Digium TC400 transcoder card; the interace to this ↵kpfleming
card has been completely redesigned, and the new interface will only be present in DAHDI; TC400 users will need to upgrade to DAHDI 2.0.0 to continue using their transcoder cards git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4469 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-08minor improvements to uninstall-modules: add the PID to the temporary file ↵kpfleming
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 Zaptel 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.digium.com/svn/zaptel/branches/1.4@4401 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-08add the new-and-improved uninstall-modules script here, and teach the ↵kpfleming
Makefile hw to uninstall DAHDI kernel modules if they are installed git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4398 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-28Integrate changes from Zaptel. builder is now indeed independent oftzafrir
dahdi/zaptel . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4377 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-28build_tools/builder - a script that uses build_tools/test_kernel_git totzafrir
test-build various kernels. test_kernel_git: small fixes. Mainly using 'make distclean' in setver. Closes issue #12135 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4375 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-28* Generate the modpost program to be able to complete a build.tzafrir
* Clean, in order to guarantee everything belongs to this version/build . * "test" is now "build". git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4372 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-16git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4301 ↵mattf
5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-16git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4300 ↵mattf
5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-13Remove old zaptel modules from the kernel modules directory before installingsruffell
the new ones. (Related to issue #12262) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4261 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-10zaptel_svn_tarball - get a tarball fron an SVN snapshot.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4166 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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. Merged revisions 4085 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4086 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-03Fix setting versions in test_kernel_git.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3919 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-16Add an options 'versions' to list available kernel revisions (tags).tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3840 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-31Allow passing an arbitrary parameter to the build command.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3584 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-30* git-reset --hard instead of git-checkout (Paolo Ornati).tzafrir
* "update" command to pull an update from upstream repo. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3582 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-29The script now will not require unnecessary parameters: it saves them in tzafrir
build_tools/git_test.conf git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3580 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-29A script to build zaptel vs. a kernel version from a git tree.tzafrir
This should help test building vs. kernels in Linus's tree (as of 2.6.11). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3572 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 . Merged revisions 3493 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3494 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-11* uninstall-modules: put in build_tools, and remove language suffix.tzafrir
* Close bug #11511. * Some other cleanups of uninstall-modules. Merged revisions 3420,3424 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3425 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-28Firmware object file building does not depend anymore on another objecttzafrir
to be linked into the same module. That dependency existed solely for checking target binary properties in make_firmware_object . Those properties are now checked in autoconf. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3198 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-04* install_prereq is not a build script. Move it to main directorytzafrir
(which is our scripts directory). * Don't run/print install command when there's nothing to install. * Fix install_prereq command in README . Merged revisions 3109-3112 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3113 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17install_prereq: Don't install packages twice.tzafrir
Merged revisions 2880 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2881 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-13Add 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. (From branches/1.2 r2728, r2730) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2733 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) (From branches/1.2 r2724) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2726 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05Merged revisions 2280-2282 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2280 | kpfleming | 2007-03-04 23:34:43 -0600 (Sun, 04 Mar 2007) | 2 lines ensure that we run objdump in the most generic language possible to avoid complications on non-English systems (issue #9196) ........ r2281 | kpfleming | 2007-03-04 23:40:37 -0600 (Sun, 04 Mar 2007) | 2 lines remove stray character that my editor decided to add ........ r2282 | kpfleming | 2007-03-04 23:41:30 -0600 (Sun, 04 Mar 2007) | 2 lines this driver does not use workqueues, so does not need this header (issue #9196) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2283 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2194 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2194 | kpfleming | 2007-02-21 08:00:20 -0600 (Wed, 21 Feb 2007) | 2 lines use new tag version numbering script ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2195 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Merge in zaptel-firmware branch. This basically downloads the firmware from ↵file
the FTP site and builds the appropriate headers based on the current version. Drivers just know they need a certain firmware and get fed the current version. If this prevents your zaptel from building do a make distclean and start fresh or make sure the firmware is checked in make menuselect. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2107 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31Merged revisions 2043 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2043 | kpfleming | 2007-01-31 08:06:34 -0600 (Wed, 31 Jan 2007) | 4 lines fix up author email addresses 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.4@2044 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-16Merged revisions 1826-1827 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1826 | kpfleming | 2007-01-15 22:30:00 -0600 (Mon, 15 Jan 2007) | 3 lines make the 'firmware object' files load the firmware blobs as read-only data simplify the code that uses the firmware objects a bit ........ r1827 | kpfleming | 2007-01-15 22:37:06 -0600 (Mon, 15 Jan 2007) | 2 lines use latest Octasic API tag ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1828 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-16Merged revisions 1818 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1818 | kpfleming | 2007-01-15 19:28:54 -0600 (Mon, 15 Jan 2007) | 3 lines eliminate the fw2h tool, and instead use objcopy to directly make object 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.4@1820 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-30Merged revisions 1663 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1663 | qwell | 2006-11-29 18:23:33 -0600 (Wed, 29 Nov 2006) | 2 lines Fix issue that was discovered by using dash as /bin/sh instead of bash. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1664 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-26merge autoconf and menuselect support for zaptelrussell
Happy birthday to me :) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1179 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-23add infrastructure for zaptel transcoderskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1162 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-23Merged revisions 1081 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1081 | kpfleming | 2006-05-23 12:51:00 -0500 (Tue, 23 May 2006) | 2 lines handle distros that ship pre-releases of module-init-tools ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1082 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-22Merged revisions 1079 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1079 | kpfleming | 2006-05-22 18:11:36 -0500 (Mon, 22 May 2006) | 4 lines make a backup even when modifying non-combined rules files 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/trunk@1080 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-17Merged revisions 1064-1065 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1064 | kpfleming | 2006-05-17 11:49:46 -0500 (Wed, 17 May 2006) | 2 lines move udev rules creating into a script, and generate it properly based on the installed udev version ........ r1065 | kpfleming | 2006-05-17 13:50:38 -0500 (Wed, 17 May 2006) | 2 lines move module-rules building into a script, and remove some old unnecessary steps ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1067 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-12-17Merged revisions 865 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r865 | kpfleming | 2005-12-16 20:04:05 -0600 (Fri, 16 Dec 2005) | 3 lines add version and echo canceller selection reporting when zaptel module is loaded make 'update' target work like the Asterisk one and report conflicts ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@866 5390a7c7-147a-4af0-8ec9-7488f05a26cb