summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-08 18:06:02 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-08 18:06:02 +0000
commitf39528218369110ccd65c07f22ea104f46876a97 (patch)
tree6b5eb80247cf3bc745eca06f777b8e43952b9923
parent18cc86615741ff96320ba987d3ce6f88b7f2c67f (diff)
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
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
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); \