summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-13 18:05:37 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-13 18:05:37 +0000
commit72fc3a889c8cf027e8df011c4b6a612c00fb6767 (patch)
tree90dbe604c2391b9ff751871d96f9d3ac58b28aba /Makefile
parentf9012dd760346fa175cd628a6dd81f8c72488cb4 (diff)
Make sure we've run configure menuselect before trying (and failing) to install firmware.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4478 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 912bd00..844614a 100644
--- a/Makefile
+++ b/Makefile
@@ -457,7 +457,7 @@ install-modconf:
/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