summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2007-08-17* Re-introduce the target install-include .tzafrir
* programs and install-programs are now for all of userspace. Added the target 'utils' for what 'programs' used to be. * Document this. * Document some other variations on 'make' and 'make install'. * Improve documentation of /proc/zaptel . * Ignoring some more utilities. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2873 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17-l should come after LDFLAGS.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2871 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17* Make sure every userspace tool is built with CFLAGS and LDFLAGS.tzafrir
* Search for newt.h in INCLUDE_DIR. * Build makefw and gendigits with HOSTCC . * Don't build makefw in the 'programs' target. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2868 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-16* Add a rule for generating xpp/README.html (not used by default).tzafrir
* Ignore it, and clean it and README.html . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2850 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-15Make sure that the URL is REALLY up to datemattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2844 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-15Make sure we use the new URL for ftp.digium.commattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2841 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-15Fixing installation targets:tzafrir
- programs/install-programs - userspace utilities. - libs/install-libs - libtonezone - modules/install-modules - kernel stuff Those can be used independently. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2840 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-15* Allow setting the echo canceller from the Makefile or the environmenttzafrir
(needed for overriding the default EC in Debian m-a builds) * Allow specifiying extra modules in the make command line: MODULES_EXTRA. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2838 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-27Rearrange and add some Makefile targets to be in line with the original ↵qwell
intentions of the addition of targets such as install-programs. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2789 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-27Fix a few bothersome Makefile issues I ran into while trying to `make install`qwell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2784 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-22Revert initd config file installation to the greeddy one of beforetzafrir
zaptel 1.2.19/1.4.4 - install on both /etc/default/zaptel and /etc/sysconfig/zaptel . Closes #10257 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2771 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-20New product support, new echo canceler and new boardsmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2761 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-18A distribution may have multiple directories for firmware and without ↵file
knowing the proper one we have to copy the firmware into each. We can't just copy it into the first one found. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2750 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-17Fix spelling of variable names...tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2749 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-17* Separate programs, modules install-programs and install-modulestzafrir
targets. * Finish DESTDIR / INSTALL_PREFIX separation. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2748 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-16Allow overriding the output of uname -m and uname -r with the variables tzafrir
MACHINE and KVERS, respectively. KVERS existed before, but ther ewere still direct uses of uname -r left. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2747 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-16Cleaning up Makefile:tzafrir
INSTALL_PREFIX: /usr . A place under which standard stuff is installed. DESTDIR: A complete subtree under which the system is installed. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2746 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-12* config target: Replace shell scriptary with makefile logic.tzafrir
* config target: Add a helpful text for the Zaptel installer. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2729 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-11Get ourselves the nice README from 1.4 .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2713 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-06-26we need to export variables to sub-level make processes, otherwise the HPEC ↵kpfleming
binary won't always get included in the build git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2668 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-06-08Make the checkstack target basically work for kernel 2.6.tzafrir
(It was totally broken) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2595 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-05-02Uh, this wasn't installing: I put a colon in the MAN_PAGES set, and removed ↵murf
an 'exit 1' that prematurely stopped an installation. I'm weirded out. I hope this is a good mod git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2487 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-29xpp rev. 3814:tzafrir
* Protocol no. 2.6: syncing improvements. * Support for 8-port Astribank BRI. * Firmware unloading now works: rmmod xpp_usb; /etc/hotplug/usb/xpp_fxloader reset * Defaults of kernel parameters are now part of parameter description. * World-readable kernel parameters. * No need for extra patch beyond bristuff for Astribank BRI. * Default poll intervals changed: 500 in BRI and FXO. * Allow changing FXS polls interval at run time. * BRI initalization fixed on SUSE (path to logger). * When using the SUSE zaptel rpm package, set modules_var=ZAPTEL_MODULES in /etc/sysconfig/zaptel . * zt_registration not verbose by default. * xpp_sync warns if FXO is sync slave. * Fixed genzaptelconf -z (zapscan output emulation). * PCM fixes. * Solves "multiple ticks" bug. No need for pcm_tasklets workaround. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2475 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-07Don't die when there is no udev rules dir (on an installtion with tzafrir
INSTALL_PREFIX explicitly set). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2290 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Revert the bogus changeset 2274.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2276 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Proper initialization of the Astribank (xpp).tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2274 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28correct comment, and set module installation directory before it is neededkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2250 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-26Just in case... set hotplug firmware loading option to no if on a 2.4 ↵file
kernel. (issue #9140 reported by velter) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2232 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-24xpp_usb should not ever get modprobe ztcfg auto install rules.tzafrir
For ztdynamic it is just pointless. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2221 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-22merge driver for Digium TE120Pmspiceland
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2213 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21move this comment to before the first place HOTPLUG_FIRMWARE gets setkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2193 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21fix HPEC builds on 2.4 kernelskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2190 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-05fix version-numbering logickpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2086 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-31clean up wctc4xxp directory during 'make clean'kpfleming
adjust zt_transcoder_hdr padding to account for removed fields git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2073 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-30- Make the build of xpp occur with 2.6.8 or above, instead of 2.6.10russell
- remove the installation of the userspace tools - remove the architecture check (issue #8894, tzafrir) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2018 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-24If the xpp pieces get built, install the userspace utilities as well.russell
(issue #8894) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1943 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-12-30Specify full path to restorecon instead of assuming it will be available ↵file
from what is in $PATH. (issue #8671 reported by djflux) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1773 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-06Link ztcfg-dude against stdc++ so we get needed functions. (issue #8494 ↵file
reported by Romik) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1686 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-17Fix an issue (8071) where wct4xxp wasn't being put into ↵qwell
/etc/modprobe.d/zaptel (or similar). There should be no reason that adding wct4xxp to the MODULES variable at this point in the Makefile, would cause any harm. Somebody please correct me if I'm wrong... git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1613 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-16Make sure we check for correct name of b410p filesmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1604 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-31fix the installation of wct4xxp for 2.4 kernels (issue #7964, fixed by ↵russell
gkloepfer, but the committed fix is slightly modified) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1542 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-18remove ROOT_PREFIX, and move INSTALL_PREFIX to before the first time it is usedrussell
(issue #7913, darren1713) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1517 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-11Copy to both directories, not just the first one.file
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1499 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-09-08Move CONFIG_FW_LOADER check to Makefile (reported internally by Spiceland)file
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1444 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-09-05Forgot to add part of clean target to 1.2mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1400 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-27Copy the firmware from the new locationfile
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1368 5390a7c7-147a-4af0-8ec9-7488f05a26cb