Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf fix typo



details:   https://anonhg.NetBSD.org/src/rev/23429be5da4f
branches:  trunk
changeset: 779390:23429be5da4f
user:      ryo <ryo%NetBSD.org@localhost>
date:      Fri May 25 14:59:16 2012 +0000

description:
fix typo

diffstat:

 sys/arch/evbmips/conf/CPMBR1400 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 95f7788f2a3b -r 23429be5da4f sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400   Fri May 25 14:25:39 2012 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400   Fri May 25 14:59:16 2012 +0000
@@ -156,7 +156,7 @@
 #options       MEMORY_RBFLAGS=0                # keep the kernel from forcing single user mode
 
 # Options for NFS root boot
-options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,NFS_BOOT_STATIC
+options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTSTATIC
 #options       NFS_BOOTSTATIC_MYIP="\"192.168.0.1\""
 #options       NFS_BOOTSTATIC_GWIP="\"192.168.0.1\""
 #options       NFS_BOOTSTATIC_MASK="\"255.255.255.0\""



Home | Main Index | Thread Index | Old Index