aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2006-07-12 13:33:20 +0000
committerMartin Michlmayr <tbm@cyrius.com>2006-07-12 13:33:20 +0000
commit6b24d1fb123bc152c9ab0f54a969c0dfcde25f91 (patch)
tree212dd5c847ab7fb1f76abc010cdb2b5632bddb8a
parent79eb679adeecf0fac7e12a5231ab441296cee592 (diff)
downloadkernel_replicant_linux-6b24d1fb123bc152c9ab0f54a969c0dfcde25f91.tar.gz
kernel_replicant_linux-6b24d1fb123bc152c9ab0f54a969c0dfcde25f91.tar.bz2
kernel_replicant_linux-6b24d1fb123bc152c9ab0f54a969c0dfcde25f91.zip
[arm/nslu2] Enable HFS and some other filesystems.
svn path=/dists/trunk/linux-2.6/; revision=6986
-rw-r--r--debian/arch/arm/config.nslu227
-rw-r--r--debian/arch/armeb/config.nslu227
-rw-r--r--debian/changelog3
3 files changed, 31 insertions, 26 deletions
diff --git a/debian/arch/arm/config.nslu2 b/debian/arch/arm/config.nslu2
index deb98ef92438..a70fd37f425a 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 8f136a0541ff..16444ad3866b 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 4fccb5c13a50..d36d439aeedf 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 <dannf@debian.org> Sat, 8 Jul 2006 21:31:04 -0600
linux-2.6 (2.6.17-2) unstable; urgency=low