dahdi-linux: skip blob firmware download

DAHDI tries downloading firmware blobs from Digium's server which are
for hardware not supported by the OpenWrt package and those blobs are
licensed prohibiting redistribution. Thus there is no point in
downloading them at all, especially as the download failing frequently
causes build failures.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2016-01-19 10:46:43 +01:00
parent e283983dac
commit 757d8d1f7f
2 changed files with 18 additions and 1 deletions

View file

@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=dahdi-linux
PKG_VERSION:=2.10.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/

View file

@ -0,0 +1,17 @@
--- a/Makefile
+++ b/Makefile
@@ -80,12 +80,12 @@ include/dahdi/version.h: FORCE
fi
@rm -f $@.tmp
-prereq: include/dahdi/version.h firmware-loaders
+prereq: include/dahdi/version.h
stackcheck: $(CHECKSTACK) modules
objdump -d drivers/dahdi/*.ko drivers/dahdi/*/*.ko | $(CHECKSTACK)
-install: all install-modules install-include install-firmware install-xpp-firm
+install: all install-modules install-include
@echo "###################################################"
@echo "###"
@echo "### DAHDI installed successfully."