From f69b2de70774a3a1e521e457040893afd7de1ed2 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 8 Aug 2005 17:12:54 +0000 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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); \ -- cgit v1.2.3