From c08b6c2e2876e6577167109d18a43fc32e099bf8 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 22 Feb 2006 13:45:29 +0000 Subject: [PATCH] Lance needs 4k due to 4k clicksize --- drivers/lance/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/lance/Makefile b/drivers/lance/Makefile index fa0048dc6..061229a81 100644 --- a/drivers/lance/Makefile +++ b/drivers/lance/Makefile @@ -22,7 +22,7 @@ OBJ = lance.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 1k $(DRIVER) + install -S 4k $(DRIVER) # install with other drivers install: /usr/sbin/$(DRIVER) -- 2.44.0