Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/atari/floppies/install Drop IEEE 802.11 support from...



details:   https://anonhg.NetBSD.org/src/rev/f9047634786d
branches:  trunk
changeset: 366038:f9047634786d
user:      rin <rin%NetBSD.org@localhost>
date:      Wed May 11 10:47:10 2022 +0000

description:
Drop IEEE 802.11 support from ifconfig(8).

Reduce ~9KB, and atari builds again for me.

diffstat:

 distrib/atari/floppies/install/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r c0bd0e23a4b9 -r f9047634786d distrib/atari/floppies/install/Makefile
--- a/distrib/atari/floppies/install/Makefile   Wed May 11 10:45:48 2022 +0000
+++ b/distrib/atari/floppies/install/Makefile   Wed May 11 10:47:10 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2019/07/28 10:28:49 martin Exp $
+#      $NetBSD: Makefile,v 1.8 2022/05/11 10:47:10 rin Exp $
 
 IMAGE=         sysinst.fs
 IMAGESIZE?=    1440k
@@ -7,4 +7,5 @@
 IMGMAKEFSOPTIONS= -o bsize=4096,fsize=512,density=4096
 
 HACK_CURSES=yes
+NOIEEE80211=1
 .include "../common/Makefile.images"



Home | Main Index | Thread Index | Old Index