[mips,mipsel] Use ext4 for all ext-variants

* debian/changelog: Update.
* debian/config/kernelarch-mips/config
  - Add common mips config.
  - Disable EXT2_FS and EXT3_FS.
  - Set EXT4_FS and EXT4_USE_FOR_EXT23.
* debian/config/mips/defines, debian/config/mipsel/defines:
  Use common config.
* debian/config/mips/config.*, debian/config/mipsel/config.*:
  Remove EXT2_FS and EXT3_FS.

svn path=/dists/sid/linux-2.6/; revision=18712
This commit is contained in:
Bastian Blank 2012-02-20 13:27:09 +00:00
parent 0beac2d90f
commit aa71c851fa
13 changed files with 23 additions and 90 deletions

1
debian/changelog vendored
View File

@ -22,6 +22,7 @@ linux-2.6 (3.2.6-2) 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)
-- Ben Hutchings <ben@decadent.org.uk> Fri, 17 Feb 2012 03:29:39 +0000

16
debian/config/kernelarch-mips/config vendored Normal file
View File

@ -0,0 +1,16 @@
##
## file: fs/ext2/Kconfig
##
# CONFIG_EXT2_FS is not set
##
## file: fs/ext3/Kconfig
##
# CONFIG_EXT3_FS is not set
##
## file: fs/ext4/Kconfig
##
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y

View File

@ -1077,16 +1077,6 @@ CONFIG_CRAMFS=y
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: fs/nfs/Kconfig
##

View File

@ -1081,16 +1081,6 @@ CONFIG_CRAMFS=y
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: fs/nfs/Kconfig
##

View File

@ -116,16 +116,6 @@ CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=2
CONFIG_SERIAL_8250_RUNTIME_UARTS=2
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: kernel/power/Kconfig
##

View File

@ -495,16 +495,6 @@ CONFIG_INDYDOG=m
##
CONFIG_CRAMFS=y
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: fs/partitions/Kconfig
##

View File

@ -607,16 +607,6 @@ CONFIG_LOGO_SGI_CLUT224=y
##
CONFIG_CRAMFS=y
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: fs/partitions/Kconfig
##

View File

@ -762,16 +762,6 @@ CONFIG_LOGO=y
##
CONFIG_CRAMFS=y
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: fs/nfs/Kconfig
##

View File

@ -768,16 +768,6 @@ CONFIG_LOGO=y
##
CONFIG_CRAMFS=y
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: fs/nfs/Kconfig
##

View File

@ -10,6 +10,9 @@ flavours:
kernel-arch: mips
[image]
configs:
kernelarch-mips/config
mips/config
initramfs: false
[r4k-ip22_description]

View File

@ -126,16 +126,6 @@ CONFIG_BACKLIGHT_GENERIC=m
# CONFIG_VGA_CONSOLE is not set
CONFIG_FRAMEBUFFER_CONSOLE=y
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: unknown
##

View File

@ -712,16 +712,6 @@ CONFIG_FB_COBALT=m
##
CONFIG_CRAMFS=y
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=y
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=y
##
## file: fs/partitions/Kconfig
##

View File

@ -9,6 +9,9 @@ flavours:
kernel-arch: mips
[image]
configs:
kernelarch-mips/config
mipsel/config
initramfs: false
[r5k-cobalt_description]