summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-18 20:20:08 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-18 20:20:08 +0000
commit899fb6c4053962dc4b288f804f58b467c24d3eb9 (patch)
treec68b0a18c930a9122b499ba13a3f98af3b5033ab /Makefile
parent914c95d359b39ea9aaae5feb4d81cb7a989d101e (diff)
Add b410p support into 1.2 Makefile.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1326 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ce79f6..5b90939 100644
--- a/Makefile
+++ b/Makefile
@@ -321,6 +321,15 @@ else # DYNFS
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 \