Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[PATCH] fix typo in the NFS_BOOTSTATIC_SERVER option
The rootfs points to the /nfs/sdp2430 directory instead of sdp2420 for the
TISDP2420. Actually the should not be difference between both rootfs, but if
you work with both board to make different projects you still need independent
rootfs.
---
sys/arch/evbarm/conf/TISDP2420 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys/arch/evbarm/conf/TISDP2420 b/sys/arch/evbarm/conf/TISDP2420
index ffb517b..fa4a803 100644
--- a/sys/arch/evbarm/conf/TISDP2420
+++ b/sys/arch/evbarm/conf/TISDP2420
@@ -79,7 +79,7 @@ options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
options NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\""
-options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\""
+options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2420\""
options NFS_BOOT_RWSIZE=1024
--
1.4.4.2
Home |
Main Index |
Thread Index |
Old Index