[zaptel-commits] mattf: branch 1.2 r1326 - /branches/1.2/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Fri Aug 18 13:20:08 MST 2006
Author: mattf
Date: Fri Aug 18 15:20:08 2006
New Revision: 1326
URL: http://svn.digium.com/view/zaptel?rev=1326&view=rev
Log:
Add b410p support into 1.2 Makefile.
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?rev=1326&r1=1325&r2=1326&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Fri Aug 18 15:20:08 2006
@@ -321,6 +321,15 @@
endif
endif
+b410p:
+ @wget -V >/dev/null || (echo "You need wget in order to install the drivers" ; false)
+ [ -f misdn-b410p.tar.bz ] || wget ftp://ftp.digium.com/pub/zaptel/b410p/misdn-b410p.tar.gz
+ tar -zxf misdn-b410p.tar.gz
+ $(MAKE) -C misdn install
+ [ -f mISDNuser.tar.gz ] || wget ftp://ftp.digium.com/pub/zaptel/b410p/mISDNuser.tar.gz
+ tar -zxf mISDNuser.tar.gz
+ $(MAKE) -C mISDNuser install
+
install: all devices firmware
install -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
if [ -f sethdlc-new ]; then \
More information about the zaptel-commits
mailing list