summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3119ad3..da22bb0 100644
--- a/Makefile
+++ b/Makefile
@@ -286,6 +286,15 @@ fxsdump: LDFLAGS+=-lm
stackcheck: checkstack $(BUILDVER)
./checkstack *.o
+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
+
$(UTILS): %: %.o
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
@@ -438,6 +447,8 @@ endif
rm -f fxotune
rm -f core
rm -f ztcfg-shared fxstest
+ rm -rf misdn*
+ rm -rf mISDNuser*
rm -f fw2h vpm450m_fw.h
FORCE: