summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-03-01 14:35:16 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-03-01 14:35:16 +0000
commitb7365597140f0e9e958e1cb08e186cce2778700c (patch)
treec1f6c88592875f85bd3e5665a20f594afde18f5e /Makefile
parente38c2c70d0f208421ffa1ad1e3ad8acbd209739c (diff)
add an alias for wctdm, add some subvendor ids for the te110p (bug #3684)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@602 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4c119a..4fe2ecb 100755
--- a/Makefile
+++ b/Makefile
@@ -310,6 +310,9 @@ install: all devices $(LIBTONEZONE)
fi; \
fi; \
done
+ if ! grep "alias wctdm" $(MODCONF); then \
+ echo "alias wctdm wcfxs" >> $(MODCONF); \
+ fi \
if [ -d /etc/modutils ]; then \
/sbin/update-modules ; \