summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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-05-03Docuemnt the tonezones we currently have.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4232 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-01Allow $(ARCH) to be overridden and pass on through $(KMAKE)twilson
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4213 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-10Fixed typo in makefile which was preventing make from installing the udev rules.sruffell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4167 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-01Do clean some modules when there's no kernel tree available.tzafrir
(and block the backport of r4082). Merged revisions 4118 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4119 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-31revert a portion of rev 4113 that was committed by accidentrussell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4114 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-31Remove the ztd-ethmf driver for now. It was not ready to be committed.russell
(issue #12241) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4113 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-27Also install wct4xxp/wct4xxp.o in 2.4 kernels...tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4095 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-25* Include the .config file. That adds some useful information.tzafrir
* If we have devfs support, assume we have dynamic file system, but not UDEV rules. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4082 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-25Allow overriding DYNFS and UDEVRULES to both ways from the maketzafrir
command-line. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4081 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-21minor fixes... some missing dependencies and extraneous output when ↵kpfleming
downloading firmware git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4062 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-21the hotplug firmware detection logic got broken in r3969... this fixes itkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4057 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-19* Generate html pages from the xpp utils dir as well.tzafrir
* Clean generated HTML-ized man pages on clean. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4019 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-14Update linked mISDN version to latest (1.1.7.2)mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3983 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-09Hush grep's output once again and allow building with firmware support.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3979 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-09The main Makefile now knows if we don't have kernel source.tzafrir
* Nicer handling of situations where we don't have kernel source and don't really need it ('make clean', mainly). * The test for hotplug firmware is now from the same .config file. No more strange message about autoconf.h . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3976 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-09Integrating sample / reference configuration file into the referencetzafrir
documentation. Merged revisions 3968 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3969 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-03* Pass some extra variables explicitly in the 2.4 build.tzafrir
* Clean up the 2.4 kernel GNUMakefile. Should hopefully fix issue #12056. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3921 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-21Make firmware get properly installed again.qwell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3869 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-16Cut a few more lines from the Makefile.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3838 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-16README.Astribank has moved. Fix docuemtnation generation.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3836 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-13No explicit list of modules to install for 2.6 -it's Kbuild's job.tzafrir
This closes issue #9948 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3830 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-09Don't automatically export all variables.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3821 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-09Remove some unused kernel 2.4 code from the Makefile.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3820 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-05Make sure version.h is created before building modules.tzafrir
Closes issue #11924. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3802 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-04Move kernel stuff to under kernel/ tzafrir
(merged branch /zaptel/team/tzafrir/move ) Closes issue #7117. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3793 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-27* Include Kbuild from $(src).tzafrir
* This is up to 2.6.9, not 2.6.8. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3748 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-20Make sure README.Astribank's HTML copy has a complete table of contents.tzafrir
Merged revisions 3710 via svnmerge from http://orig.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3711 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-19Some more separation of kernel build Makefile from original one. This istzafrir
a small change functionality-wise but makes it much simpler to move things around. It also fixes the major issue of issue #11141, with only xpp issue left for proper kernel 2.6.24 support. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3706 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-08Slightly saner man -> html.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3628 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-08Another little documentation aid.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3627 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-02bring back the echocan-params code that was removed in r3545, this time with ↵kpfleming
a small change made to ensure backwards compatibility with existing applications at both the binary and source code level git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3589 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-20revert the echocanparams code for now... it's not ready to be usedkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3545 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-19There is an architectural issue with the way menuselect works in zaptel. Ifrussell
the menuselect.makeopts file gets automatically created when running make, then the Makefile does not get the contents of that file included. The bug exposed itself where libnewt was not found, but we tried to build it anyway. This hack prevents that from happening, but the larger issue needs to be addressed. It can be fixed once the actual building of the modules and userspace tools are done by sub Makefiles ... (closes issue #11199) Reported by: dimas Patches: newt_select_makefile.diff uploaded by tzafrir (license 46) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3528 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-19add ability to provide parameters to echo cancelers on a per-channel basis, ↵kpfleming
and remove the three versions of the 'Mark' echo canceler (later replaced by KB1 and then by MG2) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3524 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-16Make sure the asciidoc menu is deep enough.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3495 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-14(merging dtmf-twister branch plus a few fixes)kpfleming
move DTMF/MF generation into tonezone.c (libtonezone) so that it can happen at runtime instead of compile time; this allows for DTMF/MF to be different on a zone-by-zone basis without requiring a recompile of Zaptel set DTMF 'twist' for Brazil (zone 'br') to 2dB git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3490 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-12-10Don't build wctdm24xxp/ in 2.4:tzafrir
wctdm24xxp/base.c needs <linux/workqueue.h> . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3399 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-10* Add a list of userspace subdirectories (just like for kernel).tzafrir
* Make it saner to enable/disable them. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3396 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-08Moving wcte12xp driver into a subdirectory and adding support for the Digium ↵mspiceland
TE121 and TE122 cards. These cards support the Digium VPMADT032 module. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3356 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-07The previous cleanup wasn't quite working when there were multiple oldsruffell
modules in the modules.dep folder. Moved the cleanup to external script for the time being. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3351 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-04Fix the case of: make zttool.o zttooltzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3293 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-04fix a bunch of silly bugs and do some code cleanupkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3290 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-04add a new Zaptel scanning tool, primarily for use by the Asterisk GUI, ↵kpfleming
called 'ztscan'. this tool outputs an Asterisk-style configuration file containing one context for each Zaptel span with all the details that can be learned about that span. to enable this tool, the ZT_SPANSTAT ioctl gained a number of new elements to report information about the spans: - linecompat (available signaling modes for digital spans) - spantype (T1, E1 or J1 for digital spans) - location (PCI/PCI-Express location) - manufacturer - devicetype Along the way I also found that the digital span drivers always set T1-style signaling bits in 'linecompat' even for E1 spans, and that the ZT_SPANCONFIG ioctl did not properly check these bits when configuring E1 spans. The result of this is that it was possible to configure T1-only coding/framing (AMI/B8Zs, D4/ESF) on E1 spans (but not the reverse); this has been corrected and any attempt to use T1-only coding/framing on E1 spans will now result in an error from ztcfg. Also did some minor simplification of the Makefile rules that build the userspace tools. (the basics of ztscan were written by Brandon Kruse then reworked and fleshed out by me) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3278 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-12-01Delete the old kernel modules before installing the new ones. sruffell
Prevents conflicts in case the location of the driver changes when upgrading from an older version of the driver. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3271 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-11-11tor2ee doesn't build. Remove it. Closes #10278.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3226 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-11-07Don't try to generate bindir and mandir if there are no binaries to tzafrir
install (this causes an invalid install command). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3220 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-27Detect SELinux support (for install target) in autoconf.tzafrir
Can be manually overriden in configure or make. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3195 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-26Remove obsolete drivers (replaced by wcusb).tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3185 5390a7c7-147a-4af0-8ec9-7488f05a26cb