From f39528218369110ccd65c07f22ea104f46876a97 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 8 Aug 2005 18:06:02 +0000 Subject: remove wcfxs alias when downgrading from head to 1.0 (bug #4922) git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@721 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c1a86de..5175fb6 100755 --- a/Makefile +++ b/Makefile @@ -296,6 +296,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 wcfxs" | \ grep -v "post-install wcfxs /sbin/ztcfg" > $(MODCONF) || true if ! grep "options torisa" $(MODCONF); then \ echo "options torisa base=$(BASEADDR)" >> $(MODCONF); \ -- cgit v1.2.3