Merge pull request #1816 from ollie27/mjpg-streamercambozola

mjpg-streamer: only download cambozola if it's required
This commit is contained in:
Ted Hess 2015-10-03 11:11:42 -04:00
commit 9c4274e954
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ endef
define Build/Prepare
$(call Build/Prepare/Default)
ifeq ($(CONFIG_MJPG_STREAMER_WWW),y)
$(eval $(call Download,cambozola))
$(call Download,cambozola)
$(TAR) -xvf $(DL_DIR)/$(CAMBOZOLA) --strip=2 --wildcards \
-C $(PKG_BUILD_DIR)/www */dist/cambozola.jar
endif