Module Name:    src
Committed By:   rin
Date:           Sat Jul 29 17:33:51 UTC 2023

Modified Files:
        src/distrib/ews4800mips/floppies/ramdisk: Makefile

Log Message:
ews4800mips/floppies: Fix ramdisk overflow by dropping IEEE 802.11
support from x_ifconfig


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/ews4800mips/floppies/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/ews4800mips/floppies/ramdisk/Makefile
diff -u src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.14 src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.15
--- src/distrib/ews4800mips/floppies/ramdisk/Makefile:1.14	Sun Dec 29 18:26:17 2019
+++ src/distrib/ews4800mips/floppies/ramdisk/Makefile	Sat Jul 29 17:33:50 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.14 2019/12/29 18:26:17 christos Exp $
+#	$NetBSD: Makefile,v 1.15 2023/07/29 17:33:50 rin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -11,6 +11,8 @@ WARNS=		1
 DBG=		-Os -mmemcpy -fno-unwind-tables
 
 CRUNCHBIN=	ramdiskbin
+# Drop IEEE 802.11 support from x_ifconfig.
+CRUNCHENV+=	NOIEEE80211=1
 LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en
 MTREECONF=	${DISTRIBDIR}/common/mtree.common
 IMAGEENDIAN=	be

Reply via email to