[zaptel-commits] russell: tag 1.4.9.1 r3871 - in /tags/1.4.9.1: Makefile firmware/Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Feb 21 18:31:48 CST 2008
Author: russell
Date: Thu Feb 21 18:31:47 2008
New Revision: 3871
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3871
Log:
Make firmware get installed again
(patch from qwell)
Modified:
tags/1.4.9.1/Makefile
tags/1.4.9.1/firmware/Makefile
Modified: tags/1.4.9.1/Makefile
URL: http://svn.digium.com/view/zaptel/tags/1.4.9.1/Makefile?view=diff&rev=3871&r1=3870&r2=3871
==============================================================================
--- tags/1.4.9.1/Makefile (original)
+++ tags/1.4.9.1/Makefile Thu Feb 21 18:31:47 2008
@@ -414,7 +414,7 @@
install-firmware:
ifeq ($(HOTPLUG_FIRMWARE),yes)
- $(MAKE) -C firmware hotplug-install DESTDIR=$(DESTDIR)
+ $(MAKE) -C firmware hotplug-install DESTDIR=$(DESTDIR) HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE)
endif
install-libs: libs
Modified: tags/1.4.9.1/firmware/Makefile
URL: http://svn.digium.com/view/zaptel/tags/1.4.9.1/firmware/Makefile?view=diff&rev=3871&r1=3870&r2=3871
==============================================================================
--- tags/1.4.9.1/firmware/Makefile (original)
+++ tags/1.4.9.1/firmware/Makefile Thu Feb 21 18:31:47 2008
@@ -13,7 +13,7 @@
.PHONY: dist-clean all uninstall have_download install
--include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/makeopts
+-include ../menuselect.makeopts ../makeopts
PWD:=$(shell pwd)
More information about the zaptel-commits
mailing list