Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/stand/ofwboot Use DHCP, not BOOTP. At least...
details: https://anonhg.NetBSD.org/src/rev/8e070b245167
branches: trunk
changeset: 485516:8e070b245167
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Apr 29 22:18:31 2000 +0000
description:
Use DHCP, not BOOTP. At least with dhcpd, the root path gets dropped due to
lack of space in the reply when using BOOTP.
diffstat:
sys/arch/macppc/stand/ofwboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8d7aaa965e57 -r 8e070b245167 sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile Sat Apr 29 21:47:59 2000 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile Sat Apr 29 22:18:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/02/07 16:27:00 tsubai Exp $
+# $NetBSD: Makefile,v 1.10 2000/04/29 22:18:31 mycroft Exp $
S= ${.CURDIR}/../../../..
@@ -9,7 +9,7 @@
XCOFFXTRAOBJ= Xcoffxtra.o
CFLAGS+= -msoft-float
#CFLAGS+= -DDEBUG -DNETIF_DEBUG
-CPPFLAGS+= -D_STANDALONE
+CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP
.PATH: ${S}/arch/powerpc/powerpc
SRCS+= ofwmagic.S
Home |
Main Index |
Thread Index |
Old Index