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 Enable file-system EXT2FS.



details:   https://anonhg.NetBSD.org/src/rev/f2826e2c4ee0
branches:  trunk
changeset: 786604:f2826e2c4ee0
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri May 03 15:46:53 2013 +0000

description:
Enable file-system EXT2FS.

diffstat:

 sys/arch/evbarm/conf/BEAGLEBONE |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 21eb0c81b8ec -r f2826e2c4ee0 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE   Fri May 03 15:45:24 2013 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE   Fri May 03 15:46:53 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBONE,v 1.12 2013/04/30 00:26:19 matt Exp $
+#      $NetBSD: BEAGLEBONE,v 1.13 2013/05/03 15:46:53 jakllsch Exp $
 #
 #      BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -34,7 +34,7 @@
 file-system    MFS             # memory file system
 file-system    NFS             # Network file system
 #file-system   ADOSFS          # AmigaDOS-compatible file system
-#file-system   EXT2FS          # second extended file system (linux)
+file-system    EXT2FS          # second extended file system (linux)
 #file-system   CD9660          # ISO 9660 + Rock Ridge file system
 file-system    MSDOSFS         # MS-DOS file system
 #file-system   FDESC           # /dev/fd



Home | Main Index | Thread Index | Old Index