summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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); \