978941c221
a pppd daemon and a lzs module for decompression. This package only provides the kernel module, and is intended to replace the other one as I have submitted the necessary patches for lzs negotiation to the net/pppd package directly (which this package will depend on - see TODO comment in Makefile) I think that makes sense :) DESCR file: This is a NetBSD compressor kernel module for PPP compatible with the Stac LZS scheme as described in rfc1974. This compressor actually only handles decompression, outgoing packets will be sent uncompressed. The native NetBSD cannot negotiate LZS so make sure you use PPP daemon from pkgsrc/net/pppd.
13 lines
304 B
Text
13 lines
304 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/01/24 21:42:56 plunky Exp $
|
|
|
|
--- lkm/Makefile.orig 2005-04-29 22:15:22.000000000 +0100
|
|
+++ lkm/Makefile 2005-04-29 22:18:36.000000000 +0100
|
|
@@ -1,8 +1,3 @@
|
|
-
|
|
-.include "${NETBSDSRCDIR}/sys/lkm/Makefile.inc"
|
|
-
|
|
-.PATH: ..
|
|
-
|
|
CPPFLAGS+=-I.. -DDO_LZS=1
|
|
MKMAN= no
|
|
KMOD= lzs
|