Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf replace NFS_BOOT_BOOTP with NFS_BOOT_DHCP
details: https://anonhg.NetBSD.org/src/rev/804a62bef879
branches: trunk
changeset: 807486:804a62bef879
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Apr 12 14:55:30 2015 +0000
description:
replace NFS_BOOT_BOOTP with NFS_BOOT_DHCP
diffstat:
sys/arch/evbarm/conf/GENERIC.common | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 82eef6b0d3ab -r 804a62bef879 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common Sun Apr 12 14:48:32 2015 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common Sun Apr 12 14:55:30 2015 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.3 2015/04/11 00:11:40 matt Exp $
+# $NetBSD: GENERIC.common,v 1.4 2015/04/12 14:55:30 jmcneill Exp $
#
# GENERIC evbarm kernel config (template)
#
@@ -47,8 +47,8 @@
#options PPP_FILTER # Active filter support for PPP (requires bpf)
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
-options NFS_BOOT_BOOTP
-#options NFS_BOOT_DHCP
+#options NFS_BOOT_BOOTP
+options NFS_BOOT_DHCP
#options NFS_BOOT_BOOTSTATIC
#options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
#options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
Home |
Main Index |
Thread Index |
Old Index