create firmware image for the Ubiquiti LS-SR71 board
[openwrt/openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1237-defconfig-enable-ext2-ext3-gtaxx.patch.patch
1 From 642cbda5f3b7e7a61512426e1d30a41ab4691123 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Thu, 17 Jul 2008 12:21:53 +0100
4 Subject: [PATCH] defconfig-enable-ext2-ext3-gtaxx.patch
5
6 Signed-off-by: Andy Green <andy@openmoko.com>
7 ---
8 defconfig-2.6.24-maxmodules | 2 +-
9 defconfig-gta01 | 2 +-
10 defconfig-gta02 | 2 +-
11 3 files changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules
14 index f574da5..39019b4 100644
15 --- a/defconfig-2.6.24-maxmodules
16 +++ b/defconfig-2.6.24-maxmodules
17 @@ -1481,7 +1481,7 @@ CONFIG_RTC_DRV_S3C=m
18 #
19 # File systems
20 #
21 -CONFIG_EXT2_FS=m
22 +CONFIG_EXT2_FS=y
23 # CONFIG_EXT2_FS_XATTR is not set
24 # CONFIG_EXT2_FS_XIP is not set
25 CONFIG_EXT3_FS=y
26 diff --git a/defconfig-gta01 b/defconfig-gta01
27 index ab84e8b..aa0bf4b 100644
28 --- a/defconfig-gta01
29 +++ b/defconfig-gta01
30 @@ -1481,7 +1481,7 @@ CONFIG_RTC_DRV_S3C=m
31 #
32 # File systems
33 #
34 -CONFIG_EXT2_FS=m
35 +CONFIG_EXT2_FS=y
36 # CONFIG_EXT2_FS_XATTR is not set
37 # CONFIG_EXT2_FS_XIP is not set
38 CONFIG_EXT3_FS=y
39 diff --git a/defconfig-gta02 b/defconfig-gta02
40 index 13670ee..9d0dd56 100644
41 --- a/defconfig-gta02
42 +++ b/defconfig-gta02
43 @@ -1480,7 +1480,7 @@ CONFIG_RTC_DRV_S3C=m
44 #
45 # File systems
46 #
47 -CONFIG_EXT2_FS=m
48 +CONFIG_EXT2_FS=y
49 # CONFIG_EXT2_FS_XATTR is not set
50 # CONFIG_EXT2_FS_XIP is not set
51 CONFIG_EXT3_FS=y
52 --
53 1.5.6.5
54