lance needs 8k in order for safecopies to work (malloc()).
This commit is contained in:
parent
6dbca44030
commit
23e1bffd7a
@ -22,7 +22,7 @@ OBJ = lance.o
|
||||
all build: $(DRIVER)
|
||||
$(DRIVER): $(OBJ)
|
||||
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
|
||||
install -S 4k $(DRIVER)
|
||||
install -S 8k $(DRIVER)
|
||||
|
||||
# install with other drivers
|
||||
install: /usr/sbin/$(DRIVER)
|
||||
|
Loading…
x
Reference in New Issue
Block a user