summaryrefslogtreecommitdiff
path: root/drivers/dahdi/firmware
AgeCommit message (Collapse)Author
2008-07-01Fixes a problem where the first invocation of 'make install' will not downloadSean Bright
dahdi-fw-oct6114-128 and subsequently fails on install. This may be a bug in GNU Make 3.81 as both the reporter and I are running the same version and experiencing the same issue. (closes issue #12967) Reported by: dimas Patches: 0012967.patch uploaded by seanbright (license 71) Tested by: dimas git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4490 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-22revert r4442 that was not necessary. there were broken tarballs on the ↵Kevin P. Fleming
public downloads.digium.com site, and for some reason it was not updating to the proper versions stored in the master repository. anyone who has this problem of not getting the proper .bin file names should perform a 'make distclean' and try rebuilding and reinstalling. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4448 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-22This is most likely a highly irresponsible commit, butSteve Murphy
I hacked this makefile so I could do a 'sudo make install', and not have it die when I hit the firmware download and install. Two problems. The tar files aren't extracted to get the .bin; and the tarfiles that are downloaded have the zaptel-* file names, not the expected dahdi-* file names. I most likely did it all wrong. I leave it to an expert to do things correctly. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4442 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-20No need to restore the user in the tar files for the firmware images. Use theShaun Ruffell
current user. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4430 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17another batch of fixes for non-hotplug firmware handlingKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4385 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17some more minor fixes... the equivalent of zaptel r4356 is now included hereKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4383 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17file does not need to be executable, Makefile will make it that way when ↵Kevin P. Fleming
creating usable version of it git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4382 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17get non-hotplug firmware building working againKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4379 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17commit a bunch of stuff, primarily basic support for allowing drivers/dahdi ↵Kevin P. Fleming
and include/dahdi to be 'dropped in' to a Linux kernel tree and be part of the buildsystem also includes a bunch of minor Makefile improvements, and relocating the firmware directory to the directory where the modules live, since that is the only place it is needed still left to do: handle version.h creation when in native-kernel-tree mode, fix up lots of problems left with firmware file handling git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4377 a0bf4364-ded3-4de4-8d8a-66a801d63aff