From 6b24d1fb123bc152c9ab0f54a969c0dfcde25f91 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 12 Jul 2006 13:33:20 +0000 Subject: [PATCH] [arm/nslu2] Enable HFS and some other filesystems. svn path=/dists/trunk/linux-2.6/; revision=6986 --- debian/arch/arm/config.nslu2 | 27 ++++++++++++++------------- debian/arch/armeb/config.nslu2 | 27 ++++++++++++++------------- debian/changelog | 3 +++ 3 files changed, 31 insertions(+), 26 deletions(-) diff --git a/debian/arch/arm/config.nslu2 b/debian/arch/arm/config.nslu2 index deb98ef92..a70fd37f4 100644 --- a/debian/arch/arm/config.nslu2 +++ b/debian/arch/arm/config.nslu2 @@ -1786,14 +1786,15 @@ CONFIG_CONFIGFS_FS=m # # Miscellaneous filesystems # -# CONFIG_ADFS_FS is not set -# CONFIG_AFFS_FS is not set -# CONFIG_ASFS_FS is not set -# CONFIG_HFS_FS is not set -# CONFIG_HFSPLUS_FS is not set -# CONFIG_BEFS_FS is not set -# CONFIG_BFS_FS is not set -# CONFIG_EFS_FS is not set +CONFIG_ADFS_FS=m +# CONFIG_ADFS_FS_RW is not set +CONFIG_AFFS_FS=m +CONFIG_HFS_FS=m +CONFIG_HFSPLUS_FS=m +CONFIG_BEFS_FS=m +# CONFIG_BEFS_DEBUG is not set +CONFIG_BFS_FS=m +CONFIG_EFS_FS=m # CONFIG_JFFS_FS is not set CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 @@ -1804,11 +1805,11 @@ CONFIG_JFFS2_ZLIB=y CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set CONFIG_CRAMFS=y -# CONFIG_VXFS_FS is not set -# CONFIG_HPFS_FS is not set -# CONFIG_QNX4FS_FS is not set -# CONFIG_SYSV_FS is not set -# CONFIG_UFS_FS is not set +CONFIG_VXFS_FS=m +CONFIG_HPFS_FS=m +CONFIG_QNX4FS_FS=m +CONFIG_SYSV_FS=m +CONFIG_UFS_FS=m # # Network File Systems diff --git a/debian/arch/armeb/config.nslu2 b/debian/arch/armeb/config.nslu2 index 8f136a054..16444ad38 100644 --- a/debian/arch/armeb/config.nslu2 +++ b/debian/arch/armeb/config.nslu2 @@ -1786,14 +1786,15 @@ CONFIG_CONFIGFS_FS=m # # Miscellaneous filesystems # -# CONFIG_ADFS_FS is not set -# CONFIG_AFFS_FS is not set -# CONFIG_ASFS_FS is not set -# CONFIG_HFS_FS is not set -# CONFIG_HFSPLUS_FS is not set -# CONFIG_BEFS_FS is not set -# CONFIG_BFS_FS is not set -# CONFIG_EFS_FS is not set +CONFIG_ADFS_FS=m +# CONFIG_ADFS_FS_RW is not set +CONFIG_AFFS_FS=m +CONFIG_HFS_FS=m +CONFIG_HFSPLUS_FS=m +CONFIG_BEFS_FS=m +# CONFIG_BEFS_DEBUG is not set +CONFIG_BFS_FS=m +CONFIG_EFS_FS=m # CONFIG_JFFS_FS is not set CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 @@ -1804,11 +1805,11 @@ CONFIG_JFFS2_ZLIB=y CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set CONFIG_CRAMFS=y -# CONFIG_VXFS_FS is not set -# CONFIG_HPFS_FS is not set -# CONFIG_QNX4FS_FS is not set -# CONFIG_SYSV_FS is not set -# CONFIG_UFS_FS is not set +CONFIG_VXFS_FS=m +CONFIG_HPFS_FS=m +CONFIG_QNX4FS_FS=m +CONFIG_SYSV_FS=m +CONFIG_UFS_FS=m # # Network File Systems diff --git a/debian/changelog b/debian/changelog index 4fccb5c13..d36d439ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,9 @@ linux-2.6 (2.6.17-3) UNRELEASED; urgency=low * [mips] SGI ip22 RTC was broken, fixed thanks to Julien Blache. * [mips] Fix SGI ip22 serial console, thanks to Julien Blache. + [ Martin Michlmayr ] + * [arm/nslu2] Enable HFS and some other filesystems. + -- dann frazier Sat, 8 Jul 2006 21:31:04 -0600 linux-2.6 (2.6.17-2) unstable; urgency=low