Module Name:    src
Committed By:   gutteridge
Date:           Tue Jul 25 02:38:31 UTC 2023

Modified Files:
        src/distrib/evbmips/instkernel/ramdisk: Makefile

Log Message:
Add dk[0-3] to the device nodes provided in the evbmips ramdisk

The installer provided by octeon.img creates wedges, which may later
need to be recovered via the standard sysinst installer provided by
netbsd-INSTALL_OCTEON.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/evbmips/instkernel/ramdisk/Makefile

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

Modified files:

Index: src/distrib/evbmips/instkernel/ramdisk/Makefile
diff -u src/distrib/evbmips/instkernel/ramdisk/Makefile:1.17 src/distrib/evbmips/instkernel/ramdisk/Makefile:1.18
--- src/distrib/evbmips/instkernel/ramdisk/Makefile:1.17	Mon Jun 12 23:29:32 2023
+++ src/distrib/evbmips/instkernel/ramdisk/Makefile	Tue Jul 25 02:38:31 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2023/06/12 23:29:32 gutteridge Exp $
+#	$NetBSD: Makefile,v 1.18 2023/07/25 02:38:31 gutteridge Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -25,7 +25,8 @@ IMAGEDEPENDS=	${CRUNCHBIN} \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services
 
-MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty bpf
+MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty \
+		bpf dk0 dk1 dk2 dk3
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=	${DISTRIBDIR}/utils/libhack

Reply via email to