diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2013-06-04 13:47:02 +0100 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2013-06-04 13:47:02 +0100 |
commit | 258069eaab8c8dc0415fd3b0ef4f7c650a9bd69e (patch) | |
tree | b3c7497f152dc315d99ce231577dc234cf1cb6b2 | |
parent | d810db67e2dbcec697338bbdde1805a6816d8f74 (diff) | |
download | linux-baserock/jonathan/arm-highbank-fix.tar.gz |
Handle ext2 and ext3 the same way as highbank-bebaserock/jonathan/arm-highbank-fix
-rw-r--r-- | linux.morph | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux.morph b/linux.morph index b4d5e8036a16..b2a2c0b766ab 100644 --- a/linux.morph +++ b/linux.morph @@ -8,10 +8,8 @@ "scripts/config -e CGROUPS", "scripts/config -e CONFIG_POSIX_MQUEUE", "scripts/config -e CPU_IDLE", - "scripts/config -e EXT2_FS", - "scripts/config -e EXT2_FS_XATTR", - "scripts/config -e EXT3_FS", "scripts/config -e EXT4_FS", + "scripts/config -e EXT$_USE_FOR_EXT23", "scripts/config -e PACKET", "scripts/config -e UNIX", "scripts/config -e INET", |