summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-08 17:12:54 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-08 17:12:54 +0000
commitf69b2de70774a3a1e521e457040893afd7de1ed2 (patch)
treeccad6fb84b0ab4f40f0552be89b4f369efc239a9
parentf64e37285f9d76a20a4f99d4f92bab6e07d11643 (diff)
Remove wctdm alias for upgrades from stable to head (bug #4922)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@720 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 776e9a0..215f64c 100755
--- a/Makefile
+++ b/Makefile
@@ -353,6 +353,7 @@ install: all devices
cat $(MODCONF).bak | grep -v "alias char-major-250" | \
grep -v "post-install torisa /sbin/ztcfg" | \
grep -v "post-install wcfxsusb /sbin/ztcfg" | \
+ grep -v "alias wctdm" | \
grep -v "post-install wctdm /sbin/ztcfg" > $(MODCONF) || true
if ! grep "options torisa" $(MODCONF); then \
echo "options torisa base=$(BASEADDR)" >> $(MODCONF); \