Module Name:    src
Committed By:   sevan
Date:           Sat Apr 27 12:08:11 UTC 2019

Modified Files:
        src/sys/arch/ews4800mips/conf: RAMDISK

Log Message:
Skip CARP & Veriexec support in RAMDISK to reduce size


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/ews4800mips/conf/RAMDISK

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ews4800mips/conf/RAMDISK
diff -u src/sys/arch/ews4800mips/conf/RAMDISK:1.22 src/sys/arch/ews4800mips/conf/RAMDISK:1.23
--- src/sys/arch/ews4800mips/conf/RAMDISK:1.22	Sun Dec 24 16:16:30 2017
+++ src/sys/arch/ews4800mips/conf/RAMDISK	Sat Apr 27 12:08:11 2019
@@ -1,4 +1,4 @@
-# 	$NetBSD: RAMDISK,v 1.22 2017/12/24 16:16:30 christos Exp $
+# 	$NetBSD: RAMDISK,v 1.23 2019/04/27 12:08:11 sevan Exp $
 #
 # kernel config file with memory disk for installation
 #
@@ -90,3 +90,5 @@ no pseudo-device	accf_http
 no pseudo-device	clockctl
 no pseudo-device	ksyms
 no pseudo-device	wsmux
+no pseudo-device 	carp
+no pseudo-device 	veriexec

Reply via email to