[zaptel-commits] qwell: branch 1.4 r4478 - /branches/1.4/Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Wed Aug 13 13:05:37 CDT 2008
Author: qwell
Date: Wed Aug 13 13:05:37 2008
New Revision: 4478
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4478
Log:
Make sure we've run configure menuselect before trying (and failing) to install firmware.
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=4478&r1=4477&r2=4478
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Wed Aug 13 13:05:37 2008
@@ -457,7 +457,7 @@
/sbin/update-modules ; \
fi
-install-firmware:
+install-firmware: menuselect.makeopts
ifeq ($(HOTPLUG_FIRMWARE),yes)
$(MAKE) -C firmware hotplug-install DESTDIR=$(DESTDIR) HOTPLUG_FIRMWARE=$(HOTPLUG_FIRMWARE)
endif
More information about the zaptel-commits
mailing list