ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/management/libs/dahdi-linux/patches/070-no-firmware-blob-download.patch b/external/management/libs/dahdi-linux/patches/070-no-firmware-blob-download.patch
new file mode 100644
index 0000000..90e4547
--- /dev/null
+++ b/external/management/libs/dahdi-linux/patches/070-no-firmware-blob-download.patch
@@ -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."