[m68k] Use ext4 for all ext-variants

* debian/changelog: Update.
* debian/config/m68k/config
  - Disable EXT2_FS and EXT3_FS.
  - Set EXT4_FS and EXT4_USE_FOR_EXT23.

svn path=/dists/sid/linux-2.6/; revision=18735
This commit is contained in:
Bastian Blank 2012-02-25 18:27:07 +00:00
parent 0ee073b19e
commit e220536a0f
2 changed files with 9 additions and 3 deletions

2
debian/changelog vendored
View File

@ -25,7 +25,7 @@ linux-2.6 (3.2.7-1) UNRELEASED; urgency=low
[ Bastian Blank ]
* Don't advertise Xen support for rt images. (closes: #659988)
* [mips,mipsel] Use ext4 for all ext-variants. (closes: #660446)
* [m68k,mips,mipsel] Use ext4 for all ext-variants. (closes: #660446)
* [m68k,mips,mipsel] Don't built-in ramdisk support.
* [hppa,mips,mipsel] Don't built-in cramfs support.
* [alpha,hppa] Don't built-in ext2.

View File

@ -192,12 +192,18 @@ CONFIG_BINFMT_MISC=m
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS is not set
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS is not set
##
## file: fs/ext4/Kconfig
##
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
##
## file: fs/freevxfs/Kconfig