mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add iaxy.bin, IAXy firmware version 01
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2335 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
Makefile
5
Makefile
@@ -331,6 +331,11 @@ bininstall: all
|
|||||||
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/firmware
|
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/firmware
|
||||||
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax
|
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax
|
||||||
install -m 644 keys/iaxtel.pub $(DESTDIR)$(ASTVARLIBDIR)/keys
|
install -m 644 keys/iaxtel.pub $(DESTDIR)$(ASTVARLIBDIR)/keys
|
||||||
|
if [ -d contrib/firmware/iax ]; then \
|
||||||
|
install -m 644 contrib/firmware/iax/iaxy.bin $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax/iaxy.conf ; \
|
||||||
|
else \
|
||||||
|
echo "You need to do cvs update -d not just cvs update" ; \
|
||||||
|
fi
|
||||||
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/vm . )
|
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/vm . )
|
||||||
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/voicemail . )
|
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/voicemail . )
|
||||||
@echo " +---- Asterisk Installation Complete -------+"
|
@echo " +---- Asterisk Installation Complete -------+"
|
||||||
|
BIN
contrib/firmware/iax/iaxy.bin
Executable file
BIN
contrib/firmware/iax/iaxy.bin
Executable file
Binary file not shown.
Reference in New Issue
Block a user