summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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
2006-08-27merge in new, cleaner Octasic API integrationkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1359 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-18Add b410p support into 1.2 Makefile.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1326 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-15fix erroneous check to see if PWD was set before setting it in the Zaptelrussell
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/branches/1.2@1313 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-14the change from $(PWD) to $(SUBDIRS) breaks the build on some systems. So, justrussell
use them both ... (issue #7720) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1298 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-05Fix the zaptel build on SuSE 10.1 (issue #7536, hk)russell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1259 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-27Use INSTALL_PREFIX when installing firmware (issue #7600 reported by jcollie)file
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1248 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-19Only use hotplug firmware loading if the kernel has support for itfile
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1243 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-16Minor Makefile adjustment for installing the firmwarefile
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1236 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-15Add support for loading the VPM450M firmware using hotplug from userspace. file
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1233 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-07merge vpm450m supportrussell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1206 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-17fix more buglets from my recent cleanupskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1071 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-17Unbreak teh Makefile due to recent changes from kpflemingfile
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1068 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-17revert some 'grep -q' changes that were wrong (oops)kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1066 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
2006-05-16silly... only root needs write permissionkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1062 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-16ensure that PWD is set early enough for 'make install' to actually workkpfleming
use proper KERNEL matching syntax for udev rules don't install udev rules as mode 0444; there is no need to make them read-only git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1060 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-09preserve 'options' settings in the module configuration file during 'make ↵kpfleming
install' git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1033 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-09use commmand-line parameter substitution for modprobe commands if the ↵kpfleming
system's module-init-tools is new enough to support it don't backup and use the old configuration file for modules if we are using a zaptel-specific file in /etc/modprobe.d or similar git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1031 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-30build xpp by default, now that the Makefile can determine when an ↵kpfleming
appropriate kernel version is being used for the build git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1017 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-30restore building of XPP moduleskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1016 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-30optimize variable settingskpfleming
use the kernel Makefile for every step that it can be git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1015 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-30remove duplicate dependencies and unnecessary ruleskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1013 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-30allow the output of gendigits to be redirected to a different directory from ↵kpfleming
the current working directory git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1011 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-02-18Make sure version.h gets built properlytilghman
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@962 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-02-15initial import of Xorcom Astribank driver (issue #6452, with minor mods)kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@949 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-01-10Fix libtonezone naming scheme for minor numbersmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@885 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-12-28support newer udev rules+permissions formatkpfleming
install udev rules by default, since it's so common on distros now git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@879 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
2005-12-13properly escape shell variable (from asterisk-users mailing list post)kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@855 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-12-04make Gentoo support actually work...kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@850 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-12-04add support for Gentoo modules.d directorykpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@849 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-12-01Makefile 'update' target now supports updating from Subversion repositories ↵kpfleming
(issue #5875) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@841 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-11-29remove extraneous svn:executable propertieskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@837 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-11-16Add wctdm24xxp driver! (woo hoo!!)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@818 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-11-03fix silly typo (issue #5579)russell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@805 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-11-01properly quote variable reference so the test won't fail (issue #5559)kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@804 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-10-16Fix depmods for cross builds (bug #5445)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@795 5390a7c7-147a-4af0-8ec9-7488f05a26cb