summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorgutteridge <gutteridge@NetBSD.org>2023-06-09 21:41:52 +0000
committergutteridge <gutteridge@NetBSD.org>2023-06-09 21:41:52 +0000
commit0c6010b13bc0ce9fd46aac28e73c33d7e7c32032 (patch)
tree69749e3cb429cfd0c9eb59a2c22df17fa3599656 /distrib
parentd41339c3e75b9779924178da2c07246e0ceed3a3 (diff)
Add bpf to the device nodes provided in the evbmips ramdisk
Intended to address an issue noted by Denis Ovsienko on port-mips, where dhcpcd doesn't work with the netbsd-INSTALL_OCTEON kernel. (I am not able to test this directly, but verified by mounting the ramdisk images generated before and after this change.)
Diffstat (limited to 'distrib')
-rw-r--r--distrib/evbmips/instkernel/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/evbmips/instkernel/ramdisk/Makefile b/distrib/evbmips/instkernel/ramdisk/Makefile
index 9c4b8ae9646..3ba0adef9a7 100644
--- a/distrib/evbmips/instkernel/ramdisk/Makefile
+++ b/distrib/evbmips/instkernel/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/04/25 23:40:05 christos Exp $
+# $NetBSD: Makefile,v 1.16 2023/06/09 21:41:52 gutteridge Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -25,7 +25,7 @@ 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
+MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty bpf
# Use stubs to eliminate some large stuff from libc
HACKSRC= ${DISTRIBDIR}/utils/libhack