[svn-commits] fjoe: freebsd/trunk r7427 - in /freebsd/trunk: ./ drivers/dahdi/firmware/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Oct 28 15:11:31 CDT 2009
Author: fjoe
Date: Wed Oct 28 15:11:28 2009
New Revision: 7427
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7427
Log:
Move firmware versions to separate Makefile.
Added:
freebsd/trunk/firmware.mk (with props)
Modified:
freebsd/trunk/drivers/dahdi/firmware/Makefile
Modified: freebsd/trunk/drivers/dahdi/firmware/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/drivers/dahdi/firmware/Makefile?view=diff&rev=7427&r1=7426&r2=7427
==============================================================================
--- freebsd/trunk/drivers/dahdi/firmware/Makefile (original)
+++ freebsd/trunk/drivers/dahdi/firmware/Makefile Wed Oct 28 15:11:28 2009
@@ -13,12 +13,7 @@
.PHONY: dist-clean clean all uninstall have_download install object-build hotplug-install hotplug-dirs hotplug-uninstall make_firmware_object firmware-loaders
-OCT6114_064_VERSION:=1.05.01
-OCT6114_128_VERSION:=1.05.01
-TC400M_VERSION:=MR6.12
-VPMADT032_VERSION:=1.17.0
-
-FIRMWARE_URL:=http://downloads.digium.com/pub/telephony/firmware/releases
+include "../../../firmware.mk"
ALL_FIRMWARE=FIRMWARE-OCT6114-064 FIRMWARE-OCT6114-128 FIRMWARE-TC400M
Added: freebsd/trunk/firmware.mk
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/firmware.mk?view=auto&rev=7427
==============================================================================
--- freebsd/trunk/firmware.mk (added)
+++ freebsd/trunk/firmware.mk Wed Oct 28 15:11:28 2009
@@ -1,0 +1,8 @@
+# $Id$
+
+OCT6114_064_VERSION:=1.05.01
+OCT6114_128_VERSION:=1.05.01
+TC400M_VERSION:=MR6.12
+VPMADT032_VERSION:=1.17.0
+
+FIRMWARE_URL:=http://downloads.digium.com/pub/telephony/firmware/releases
Propchange: freebsd/trunk/firmware.mk
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: freebsd/trunk/firmware.mk
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: freebsd/trunk/firmware.mk
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the svn-commits
mailing list