Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTE...
details: https://anonhg.NetBSD.org/src/rev/319f776491db
branches: trunk
changeset: 1017938:319f776491db
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Jan 16 20:30:37 2021 +0000
description:
Add PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER options
diffstat:
sys/arch/evbarm/conf/GENERIC.common | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 43deaba9253f -r 319f776491db sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common Sat Jan 16 20:30:05 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common Sat Jan 16 20:30:37 2021 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.43 2021/01/16 20:29:16 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.44 2021/01/16 20:30:37 jmcneill Exp $
#
# GENERIC evbarm kernel config (template)
#
@@ -46,9 +46,9 @@
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NETATALK # AppleTalk networking
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# JIT compiler for bpfilter
Home |
Main Index |
Thread Index |
Old Index