summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2007-06-08Make the checkstack target basically work for kernel 2.6.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2597 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-05-17Fix problem with chan_misdn not being built in Asterisk, due to missing ↵qwell
suppserv. Update to new tarballs from misdn.org and allow versioning in Makefile. Issue 9064. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2527 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-23fix builds for 2.4 kernelskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2336 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). r2290 | tzafrir | 2007-03-07 21:14:30 +0200 (Wed, 07 Mar 2007) | 3 lines git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2292 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Don't "fail" a modprobe of ztdummy just because zaptel.conf is bad.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2271 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-26Merged revisions 2232 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2232 | file | 2007-02-26 13:18:13 -0500 (Mon, 26 Feb 2007) | 2 lines Just in case... set hotplug firmware loading option to no if on a 2.4 kernel. (issue #9140 reported by velter) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2233 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-26Move menuselect build options inclusion to before it is initially used ↵file
otherwise the needed variables may not be present at time of use. (issue #9145 reported by jmls) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2230 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-24ugh... random character lost during editingkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2219 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-24yet another extra line snuck in therekpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2218 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-24syntax errors are bad... mmmkay?kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2217 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-23partial update to support all the stuff that went into Zaptel 1.2 ↵kpfleming
recently... this definitely still broken for 2.4 kernels, and maybe for 2.6 as well :-) includes: Makefile split and reorganize TE120P driver TC400B driver HPEC support (not yet complete) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2215 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-20Fix the check that ran the install for xpp/utils. Also, add a target to buildrussell
them, and clean the directory in the clean target. (issue #8894, tzafrir) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2180 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-12Add hotplug-uninstall target to main Makefile and make the firmware Makefile ↵file
keep a record of the installed firmware in the hotplug directory. This means that as long as you have the latest version of firmware installed your checkout will never install it again, and all new checkouts will not either. This might also help those building packages for distros. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2158 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-09Drop the need for header files by using non-versioned binary files.file
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2136 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-09Fix 'make clean' on kernel 2.4: datamods is only made on 2.6.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2135 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-08Build xpp/ for kernel >= 2.6.8, not >=2.6.9.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2130 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Merged revisions 2110 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2110 | kpfleming | 2007-02-07 14:29:22 -0600 (Wed, 07 Feb 2007) | 3 lines build XPP on the kernels that Xorcom says are OK to build on update workqueue usage to conform to kernel 2.6.20 API ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2111 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-02-05Merged revisions 2086 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2086 | kpfleming | 2007-02-05 15:54:40 -0600 (Mon, 05 Feb 2007) | 2 lines fix version-numbering logic ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2087 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-24Merged revisions 1943 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1943 | russell | 2007-01-23 18:35:48 -0600 (Tue, 23 Jan 2007) | 3 lines If the xpp pieces get built, install the userspace utilities as well. (issue #8894) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1944 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-22Fix typo in Makefileqwell
Issue 8885, patch by James git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1889 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-12-30Merged revisions 1773 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1773 | file | 2006-12-30 14:09:50 -0500 (Sat, 30 Dec 2006) | 2 lines Specify full path to restorecon instead of assuming it will be available from what is in $PATH. (issue #8671 reported by djflux) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1774 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-06Merged revisions 1686 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1686 | file | 2006-12-06 18:22:11 -0500 (Wed, 06 Dec 2006) | 2 lines Link ztcfg-dude against stdc++ so we get needed functions. (issue #8494 reported by Romik) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1687 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... (Fix is slightly different from 1.2) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1615 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-14might as well do it for Zaptel too...kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1601 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-09fix an expression in the install targetrussell
(issue #8321, tzafrir) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1576 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-01instead of setting HOSTCC and CC directly in the Makefile, use the informationrussell
provided by the configure script (issue #8055, tzafrir) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1547 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-31Merged revisions 1542 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1542 | russell | 2006-10-31 01:25:16 -0500 (Tue, 31 Oct 2006) | 3 lines fix the installation of wct4xxp for 2.4 kernels (issue #7964, fixed by gkloepfer, but the committed fix is slightly modified) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1543 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-11Merged revisions 1499 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1499 | file | 2006-10-11 13:22:10 -0400 (Wed, 11 Oct 2006) | 2 lines Copy to both directories, not just the first one. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1500 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-09-08Merged revisions 1444 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1444 | file | 2006-09-08 19:49:43 -0400 (Fri, 08 Sep 2006) | 2 lines Move CONFIG_FW_LOADER check to Makefile (reported internally by Spiceland) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1445 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-27Merged revisions 1368 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1368 | file | 2006-08-27 18:58:06 -0400 (Sun, 27 Aug 2006) | 2 lines Copy the firmware from the new location ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1369 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-27remove some leftover stuff from last night's mergekpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1366 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-27Merged revisions 1359 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1359 | kpfleming | 2006-08-26 21:02:42 -0500 (Sat, 26 Aug 2006) | 2 lines merge in new, cleaner Octasic API integration ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1361 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-26PARENTSRC is no longer neededrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1354 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-23update to reflect menuselect changesrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1344 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-19be consistent with other projectskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1331 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-19update to work with latest menuselectkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1330 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-16run ranlib on static librarykpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1320 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-16clean up libtonezone-related ruleskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1319 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-15Merged revisions 1313 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1313 | russell | 2006-08-15 17:43:26 -0400 (Tue, 15 Aug 2006) | 4 lines fix erroneous check to see if PWD was set before setting it in the Zaptel Makefile. It should always be set. If not, it breaks the build when using recursive calls to make. (issue #7733, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1314 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-14don't try to include menuselect.makeopts or makeopts if the target is clean,russell
distclean, or update (fixes issue #7723) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1302 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-14Merged revisions 1298 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1298 | russell | 2006-08-13 20:54:28 -0400 (Sun, 13 Aug 2006) | 3 lines the change from $(PWD) to $(SUBDIRS) breaks the build on some systems. So, just use them both ... (issue #7720) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1299 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-13use LDLIBS instead of LDFLAGS in various places (issue #7708, Mithraen)russell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1296 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-05Merged revisions 1259 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1259 | russell | 2006-08-05 01:53:20 -0400 (Sat, 05 Aug 2006) | 2 lines Fix the zaptel build on SuSE 10.1 (issue #7536, hk) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1260 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-04Merge jcollie's team/group/installer branch which improves the install bitsrussell
of the Makefile to not install the headers twice, among various other improvements for things like places where INSTALL_PREFIX wasn't used where it should be git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1256 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-27Merged revisions 1248 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1248 | file | 2006-07-27 11:06:58 -0400 (Thu, 27 Jul 2006) | 2 lines Use INSTALL_PREFIX when installing firmware (issue #7600 reported by jcollie) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1249 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-26tweak the Makefile so that if no kernel modules are selected, it doesn't do anyrussell
checks looking for kernel sources so that the zaptel utilities can be built without any kernel sources installed (issue #7594, jcollie) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1246 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-19add menuselect_stub.c to deps listrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1245 5390a7c7-147a-4af0-8ec9-7488f05a26cb