diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-24 12:28:21 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-24 12:28:21 +0000 |
commit | 12a3dc25a42108ed0edd0b27515e665d05a68da3 (patch) | |
tree | 04232cf0ef7cc6432ba7b5858ede65e4f085d54d | |
parent | e345466fa5973c5e5bcf4aecd2a5030e13dd208a (diff) |
add ppp compression
-rw-r--r-- | sys/arch/i386/conf/HERMES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/HERMES b/sys/arch/i386/conf/HERMES index 53b94b8adda..0724239f493 100644 --- a/sys/arch/i386/conf/HERMES +++ b/sys/arch/i386/conf/HERMES @@ -3,7 +3,7 @@ # # This system was a 468 but now has an Intel Pentium Overdrive Processor[tm] # -# $OpenBSD: HERMES,v 1.7 1997/06/23 19:05:38 kstailey Exp $ +# $OpenBSD: HERMES,v 1.8 1997/06/24 12:28:20 kstailey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -12,6 +12,7 @@ makeoptions CC="cc -Werror" option I586_CPU # CPU classes; at least one is REQUIRED option XSERVER +option PPP_BSDCOMP,PPP_DEFLATE maxusers 16 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by |